Skip to content

Commit

Permalink
clean up existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Apr 22, 2019
1 parent ad6a20d commit 6516c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 133 deletions.
130 changes: 0 additions & 130 deletions test/integration/options/debug.spec.js

This file was deleted.

4 changes: 1 addition & 3 deletions test/node-unit/cli/node-flags.spec.js
Expand Up @@ -83,10 +83,8 @@ describe('node-flags', function() {
});

describe('impliesNoTimeouts()', function() {
it('should return true for debug/inspect flags', function() {
expect(impliesNoTimeouts('debug'), 'to be true');
it('should return true for inspect flags', function() {
expect(impliesNoTimeouts('inspect'), 'to be true');
expect(impliesNoTimeouts('debug-brk'), 'to be true');
expect(impliesNoTimeouts('inspect-brk'), 'to be true');
});
});
Expand Down

0 comments on commit 6516c57

Please sign in to comment.