Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 28, 2023
1 parent d81cbf4 commit 9bf031d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe.runIf(isBuild)('build', () => {
expect(dirFooAssetEntry.file).toMatch('assets/bar-')
})

test('CSS imported from JS entry should be have a non-nested chunk name', () => {
test('CSS imported from JS entry should have a non-nested chunk name', () => {
const manifest = readManifest('dev')
const mainTsEntryCss = manifest['nested/sub.ts'].css
expect(mainTsEntryCss.length).toBe(1)
Expand Down

0 comments on commit 9bf031d

Please sign in to comment.