Skip to content

Commit 88df722

Browse files
committed
chore: remove disable line
1 parent 1a467b6 commit 88df722

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/entry/defaults-index/entry-multi-args.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ describe('single entry flag index present', () => {
1212
const outputDir = 'entry/defaults-index/bin';
1313

1414
expect(summary['Output Directory']).toContain(outputDir);
15-
// eslint-disable-next-line
1615
expect(stderr).not.toContain('Entry module not found');
1716
stat(resolve(__dirname, './bin/bundle.js'), (err, stats) => {
1817
expect(err).toBe(null);
@@ -28,7 +27,6 @@ describe('single entry flag index present', () => {
2827
const outputDir = 'entry/defaults-index/bin';
2928

3029
expect(summary['Output Directory']).toContain(outputDir);
31-
// eslint-disable-next-line
3230
expect(stderr).not.toContain('Entry module not found');
3331
stat(resolve(__dirname, './bin/main.js'), (err, stats) => {
3432
expect(err).toBe(null);

0 commit comments

Comments
 (0)