Skip to content

Commit 670efc7

Browse files
committedJun 15, 2019
fix: change "usr strict" to "use strict"
1 parent dc25beb commit 670efc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
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)
Please sign in to comment.