Skip to content

Commit 61c4eb1

Browse files
committed
Modify test
1 parent 851aa87 commit 61c4eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
describe('webpack spec', () => {
22
it('passes', () => {
33
cy.visit('http://localhost:3000');
4+
cy.request('/main.bundle.js').then((response) => {
5+
cy.log('main.bundle.js content:', response.body);
6+
});
47
});
58
});

0 commit comments

Comments
 (0)