Skip to content

Commit

Permalink
fix(init): more use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Nov 10, 2017
1 parent 198c8ec commit 8a5b7e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers/compile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

const MemoryFS = require('memory-fs');
const path = require('path');
const webpack = require('webpack');
Expand Down
2 changes: 2 additions & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

const assert = require('chai').assert;
const path = require('path');

Expand Down

0 comments on commit 8a5b7e3

Please sign in to comment.