Skip to content

Commit

Permalink
fix(tests): css entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomirblazekcz committed Jun 9, 2022
1 parent 22d33c8 commit 1919d04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ describe.runIf(isBuild)('build', () => {
test('manifest', async () => {
const manifest = readManifest('dev')
const htmlEntry = manifest['index.html']
const cssAssetEntry = manifest['global.css.css']
const cssAssetEntry = manifest['global.css']
const imgAssetEntry = manifest['../images/logo.png']
expect(htmlEntry.css.length).toEqual(1)
expect(htmlEntry.assets.length).toEqual(1)
Expand Down

0 comments on commit 1919d04

Please sign in to comment.