Skip to content

Commit

Permalink
Merge pull request #960 from DanielRuf/fix/use-strict
Browse files Browse the repository at this point in the history
fix: change "usr strict" to "use strict"
  • Loading branch information
evenstensberg committed Jun 16, 2019
2 parents 6015bad + 670efc7 commit d7cdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/binCases/config-type/array/array.test.js
@@ -1,4 +1,4 @@
"usr strict";
"use strict";

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

Expand Down

0 comments on commit d7cdab9

Please sign in to comment.