Skip to content

Commit ac63055

Browse files
committed
Merge pull request #49 from falsandtru/es6
Fix a leakage of strict mode
2 parents 0a5d5da + 2be1c85 commit ac63055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tobe_instrumented/es6_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
factory(root.assert, root.expect);
1010
}
1111
}(this, (assert, expect) => {
12+
'use strict';
1213

1314
function expectPowerAssertMessage (body, expectedLines) {
1415
try {

0 commit comments

Comments
 (0)