Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 10, 2023
1 parent d6c1824 commit ff3c609
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ describe('node-precinct', () => {

it('filters out core modules if options.includeCore is false', () => {
const fixture = path.join(__dirname, '/fixtures/coreModules.js');
const result = precinct.paperwork(fixture, {
includeCore: false
});
const result = precinct.paperwork(fixture, { includeCore: false });
assert.equal(result.length, 0);
});

Expand Down

0 comments on commit ff3c609

Please sign in to comment.