Interface LifecycleObject

Index

Properties

Properties

optional public setup?: () => any

Runs before each test

optional public teardown?: () => any

Runs after each test