Skip to content

Commit f71fdd6

Browse files
committed
Return build test
1 parent 563d11d commit f71fdd6

File tree

2 files changed

+299
-277
lines changed

2 files changed

+299
-277
lines changed

programs/develop/vitest.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ export default defineConfig({
1313
testTimeout: 120e3,
1414
globals: true,
1515
environment: 'node',
16-
include: [
17-
'webpack/**/__spec__/**/*.spec.ts'
18-
// 'build.spec.ts'
19-
],
16+
include: ['webpack/**/__spec__/**/*.spec.ts', 'build.spec.ts'],
2017
coverage: {
2118
provider: 'v8',
2219
reporter: ['text', 'json', 'html'],

0 commit comments

Comments
 (0)