Skip to content

Commit a82dc78

Browse files
committed
test: update e2e update test to include content in css file
When there is no contents the test fail with `Expected [ Entry({ level: SEVERE, message: 'http://localhost:39559/styles.css - Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH', timestamp: 1710924490251, type: '' }) ] not to contain <jasmine.objectContaining(Object({ level: SEVERE }))>.`
1 parent 83c7568 commit a82dc78

File tree

1 file changed

+4
-0
lines changed
  • tests/legacy-cli/e2e/assets/15.0-project/src

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
/* You can add global styles to this file, and also import other style files */
2+
3+
body {
4+
margin: 0;
5+
}

0 commit comments

Comments
 (0)