Skip to content

Commit 2bbae46

Browse files
committed
test: fix entry descriptor test
1 parent f5e7f8f commit 2bbae46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/DevServer.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ describe('DevServer', () => {
5050
)
5151
.then((output) => {
5252
expect(output.exitCode).toEqual(0);
53-
// TODO need to fix
54-
// expect(output.stdout).toContain('foo.js');
53+
expect(output.stdout).toContain('foo.js');
5554
done();
5655
})
5756
.catch(done);

0 commit comments

Comments
 (0)