Skip to content

Commit

Permalink
test: fix Rspack ecosystem CI (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Sep 14, 2023
1 parent de9cdee commit b351278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b351278

Please sign in to comment.