You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should include some way to execute code in several setup/teardown phases:
beforeAll (like in jasmine): once before all tests in a suite
afterAll (like in jasmine): once after all tests in a suite
Note that this'll probably require making sure there's a place to put shared state between tests since BrightScript doesn't support closures like JavaScript does.
The text was updated successfully, but these errors were encountered:
We should include some way to execute code in several setup/teardown phases:
beforeAll
(like in jasmine): once before all tests in a suiteafterAll
(like in jasmine): once after all tests in a suiteNote that this'll probably require making sure there's a place to put shared state between tests since BrightScript doesn't support closures like JavaScript does.
The text was updated successfully, but these errors were encountered: