Skip to content

Commit

Permalink
chore(alias): fix minor linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Dec 21, 2019
1 parent bcbf9d2 commit a695579
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/alias/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ test('RegExp aliasing', (t) =>
test('Will not confuse modules with similar names', (t) =>
resolveAliasWithRollup(
{
entries: [{ find: 'foo', replacement: 'bar' }, { find: './foo', replacement: 'bar' }]
entries: [
{ find: 'foo', replacement: 'bar' },
{ find: './foo', replacement: 'bar' }
]
},
[
{ source: 'foo2', importer: '/src/importer.js' },
Expand Down

0 comments on commit a695579

Please sign in to comment.