Skip to content

Commit 167e7f0

Browse files
authored
add use strict
1 parent ace2637 commit 167e7f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/WebEnvironmentPlugin.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
const should = require("should");
24
const WebEnvironmentPlugin = require("../lib/web/WebEnvironmentPlugin");
35

0 commit comments

Comments
 (0)