We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4bc9a commit f54bc61Copy full SHA for f54bc61
skeletons/test-bdd.sublime-snippet
@@ -9,12 +9,12 @@ component extends="testbox.system.BaseSpec"{
9
10
// executes before all suites+specs in the run() method
11
function beforeAll(){
12
- super.beforeAll();
+
13
}
14
15
// executes after all suites+specs in the run() method
16
function afterAll(){
17
- super.afterAll();
18
19
20
/*********************************** BDD SUITES ***********************************/
0 commit comments