Skip to content

Commit d7cdab9

Browse files
Merge pull request #960 from DanielRuf/fix/use-strict
fix: change "usr strict" to "use strict"
2 parents 6015bad + 670efc7 commit d7cdab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/binCases/config-type/array/array.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"usr strict";
1+
"use strict";
22

33
const { run, extractSummary } = require("../../../testUtils");
44

0 commit comments

Comments
 (0)