⬆️ 👕 updated to eslint 2.1.0
Verified migration doc (nothing to be done) http://eslint.org/docs/user-guide/migrating-to-2.0.0 And made sure the eslint tasks passed
This commit is contained in:
parent
f3f6fa958e
commit
2aff0c47d0
16 changed files with 28 additions and 27 deletions
|
@ -517,7 +517,6 @@ describe('asar package', function() {
|
|||
});
|
||||
});
|
||||
describe('child_process.fork', function() {
|
||||
child_process = require('child_process');
|
||||
it('opens a normal js file', function(done) {
|
||||
var child;
|
||||
child = child_process.fork(path.join(fixtures, 'asar', 'a.asar', 'ping.js'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue