Skip to content

Commit

Permalink
AUTO: remove file-system from test files
Browse files Browse the repository at this point in the history
  • Loading branch information
lizbur10 committed Jun 10, 2021
1 parent 16c2caf commit 199a26d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"chai": "4.1.2",
"file-system": "2.2.2",
"jsdom": "9.2.1",
"mocha": "5.2.0",
"mocha-jsdom": "~1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const chai = require('chai')
global.expect = chai.expect
const fs = require('file-system')
const fs = require('fs')
const jsdom = require('mocha-jsdom')
const path = require('path')
const babel = require('babel-core');
Expand Down

0 comments on commit 199a26d

Please sign in to comment.