diff --git a/.taprc b/.taprc index d05242f..64f47e2 100644 --- a/.taprc +++ b/.taprc @@ -1,3 +1,2 @@ timeout: 360 -bail: true disable-coverage: true diff --git a/test/glob.js b/test/glob.js index 2496066..d5570a9 100644 --- a/test/glob.js +++ b/test/glob.js @@ -1,5 +1,5 @@ 'use strict'; -/*const path = require('path'); +const path = require('path'); const t = require('tap'); const { deepEqual } = require('assert'); @@ -96,4 +96,4 @@ t.test('allows negated include patterns', t => } }) ); -*/ \ No newline at end of file +