Skip to content

Commit 879d1b0

Browse files
authored
test: fix entry descriptor test (#3364)
1 parent ad2d197 commit 879d1b0

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)