Skip to content

Commit

Permalink
test: stop bailing
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 10, 2024
1 parent ba97574 commit 18087a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .taprc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
timeout: 360
bail: true
disable-coverage: true
4 changes: 2 additions & 2 deletions test/glob.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
/*const path = require('path');
const path = require('path');
const t = require('tap');
const { deepEqual } = require('assert');

Expand Down Expand Up @@ -96,4 +96,4 @@ t.test('allows negated include patterns', t =>
}
})
);
*/

0 comments on commit 18087a3

Please sign in to comment.