Skip to content

Commit

Permalink
remove fs.spec.js from jsapi test
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 17, 2018
1 parent 5bc3cf4 commit fab6d4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/cli/run-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const symbols = require('log-symbols');

const cwd = (exports.cwd = process.cwd());

const setImmediate = global.Date;

/**
* Exits Mocha when tests + code under test has finished execution (default)
* @param {number} code - Exit code; typically # of failures
Expand Down
1 change: 0 additions & 1 deletion test/jsapi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ mocha.addFile('test/unit/hook-sync.spec.js');
mocha.addFile('test/unit/hook-sync-nested.spec.js');
mocha.addFile('test/unit/hook-async.spec.js');
mocha.addFile('test/unit/duration.spec.js');
mocha.addFile('test/node-unit/fs.spec.js');
mocha.addFile('test/unit/globals.spec.js');
mocha.addFile('test/unit/timeout.spec.js');

Expand Down

0 comments on commit fab6d4c

Please sign in to comment.