Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy committed Aug 4, 2018
1 parent c47ee2d commit dff82f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = class extends ChainedMap {
'extensions',
'mainFields',
'mainFiles',
'modules'
'modules',
];

if (!omit.includes('plugin') && 'plugin' in obj) {
Expand Down
3 changes: 1 addition & 2 deletions test/Resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ test('plugin with name', t => {
t.is(resolve.plugins.get('alpha').name, 'alpha');
});


test('plugin empty', t => {
const resolve = new Resolve();
const instance = resolve
Expand All @@ -154,4 +153,4 @@ test('plugin with args', t => {

t.true(resolve.plugins.has('stringify'));
t.deepEqual(resolve.plugins.get('stringify').get('args'), ['alpha', 'beta']);
});
});

0 comments on commit dff82f8

Please sign in to comment.