Skip to content

Commit d8f224c

Browse files
committed
AUTO: remove file-system from test files
1 parent e8cbeb7 commit d8f224c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"babel-core": "6.26.3",
1313
"babel-preset-env": "1.7.0",
1414
"chai": "4.1.2",
15-
"file-system": "2.2.2",
1615
"jsdom": "9.2.1",
1716
"mocha": "5.2.0",
1817
"mocha-jsdom": "~1.1.0",

test/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const chai = require('chai')
22
global.expect = chai.expect
3-
const fs = require('file-system')
3+
const fs = require('fs')
44
const jsdom = require('mocha-jsdom')
55
const path = require('path')
66
const babel = require('babel-core');

0 commit comments

Comments
 (0)