Skip to content

Commit

Permalink
test: transition tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 23, 2022
1 parent cca88b9 commit 04b584f
Show file tree
Hide file tree
Showing 16 changed files with 784 additions and 132 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:

- name: Run e2e tests
run: pnpm run test:e2e
run: pnpm run test:transition

lint-and-test-dts:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"test:unit": "vitest run test/unit",
"test:ssr": "npm run build:ssr && vitest run test/ssr",
"test:e2e": "npm run build -- web-full-prod,web-server-renderer-basic && vitest run test/e2e",
"test:transition": "karma start test/transition/karma.conf.js",
"test:types": "tsc -p ./types/tsconfig.json",
"lint": "eslint src scripts test",
"ts-check": "tsc -p tsconfig.json --noEmit",
Expand Down Expand Up @@ -74,12 +75,19 @@
"cross-spawn": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"de-indent": "^1.0.2",
"esbuild": "^0.14.39",
"escodegen": "^2.0.0",
"eslint": "^8.14.0",
"file-loader": "^3.0.1",
"hash-sum": "^2.0.0",
"he": "^1.2.0",
"jasmine-core": "^4.1.1",
"jsdom": "^19.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^2.0.0",
"karma-esbuild": "^2.2.4",
"karma-jasmine": "^5.0.1",
"lint-staged": "^12.4.1",
"lodash": "^4.17.21",
"lodash.template": "^4.4.0",
Expand Down
Loading

0 comments on commit 04b584f

Please sign in to comment.