Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Jan 9, 2021
1 parent 68dc453 commit 51f5648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/entry/flag-entry/entry-with-flag.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ describe('entry flag', () => {

it('should resolve the path to /src/a.js as ./src/a.js', (done) => {
const { exitCode, stderr, stdout } = run(__dirname, ['--entry', '/src/a.js']);

expect(exitCode).toBe(0);
expect(stderr).toBeFalsy();
expect(stdout).toBeTruthy();
Expand Down

0 comments on commit 51f5648

Please sign in to comment.