Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit cfa234d

Browse files
committed
chore(style): missed semicolons
1 parent cf9a26f commit cfa234d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/frameworks/cucumber.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ exports.run = function(runner, specs) {
7979
} else {
8080
callback();
8181
}
82-
}
82+
};
8383
var originalHandleAfterScenarioEvent = formatter.handleAfterScenarioEvent;
8484
formatter.handleAfterScenarioEvent = function(event, callback) {
8585
var scenarioInfo = {

Diff for: spec/plugins/plugins/post_test_plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ exports.postTest = function(config, passed, testInfo) {
2222
duration: 0
2323
}]
2424
};
25-
}
25+
};

0 commit comments

Comments
 (0)