We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4ce3e commit 7c527e2Copy full SHA for 7c527e2
test/watchCases/parsing/caching-harmony/0/index.js
@@ -4,10 +4,10 @@ import cm from "./changing-module";
4
it("should flag harmony modules correctly", function() {
5
m.should.be.eql("module" + WATCH_STEP);
6
switch(WATCH_STEP) {
7
- case 0:
+ case "0":
8
cm.should.be.eql("original");
9
break;
10
- case 1:
+ case "1":
11
cm.should.be.eql("change");
12
13
}
0 commit comments