We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb02ef1 commit da5b51cCopy full SHA for da5b51c
1 file changed
test/cases/parsing/hot-error-handler/index.js
@@ -1,7 +1,7 @@
1
-if(module.hot) {
2
- it("should parse a self accept with error handler", function() {
+it("should parse a self accept with error handler", function() {
+ if(module.hot) {
3
module.hot.accept(function(err) {
4
5
});
6
- });
7
-}
+ }
+});
0 commit comments