diff --git a/tests/package.json b/tests/package.json index 50578f93e2ee..5366e0d78781 100644 --- a/tests/package.json +++ b/tests/package.json @@ -5,11 +5,11 @@ "description": "", "main": "index.js", "scripts": { - "test:rspack": "jest builder-rspack && pnpm test:builder:rspack", + "test:rspack": "pnpm test:builder:rspack && pnpm test:framework", + "test:framework": "jest", "test:builder:rspack": "cd e2e/builder && pnpm test:rspack", - "test:doc": "cd integration && jest --testMatch **/doc/**/*.test.ts", "test:module-tools": "cd integration && jest --testMatch **/module/**/*.test.ts", - "test": "pnpm test --filter libuild-test --filter api-service-koa & jest", + "test": "pnpm test --filter libuild-test --filter api-service-koa & pnpm test:framework", "test:ut": "node --conditions=jsnext:source -r tsm ./node_modules/jest/bin/jest.js -c jest-ut.config.js --maxWorkers=2", "prepare": "node node_modules/puppeteer/install.js", "test:mwa": "ts-node -T generator/mwa.ts",