Skip to content

Commit 7d40a0c

Browse files
committedMar 19, 2025·
test: update
1 parent 92dec7e commit 7d40a0c

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed
 

‎test/dev.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ describe('dev', async () => {
1010

1111
test('should added stylelint plugin', () => {
1212
const { nuxt } = useTestContext()
13-
expect(nuxt?.hooks._hooks['vite:extendConfig']).toHaveLength(7)
13+
expect(nuxt?.hooks._hooks['vite:extendConfig']).toHaveLength(18)
1414
})
1515
})

‎test/prod.test.ts

-15
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.