Commit Graph

5 Commits

Author SHA1 Message Date
answershuto 3d3e816119 test: add mode to vitest config 2022-06-29 17:39:47 +08:00
answershuto 2c07ced1d1 test: add jsdom 2022-06-27 14:08:55 +08:00
ClarkXia 4d5ee7d546
feat: ci coverage (#282)
* fix: coverage config

* feat: add coverage ci

* test: ci

* chore: update lock

* fix: invalid packageManager field

* fix: packageManager

* test: coverage token

* fix: coverage reporter

* feat: update test config
2022-06-22 19:43:56 +08:00
luhc228 d19f21e8b0
Feat: define routes and ignore route files (#69)
* feat: support define routes

* fix: test

* fix: test

* chore: undefined type

* fix: conflict

* chore: remove pages str from route id

* fix: watch route change

* fix: warn

* fix: test

* fix: test

* chore: example

* chore: add route-gen example

* feat: add integration test

* chore: test

* chore: update config file

* chore: remove pnpm cache

* chore: test

* chore: remove test:ci from ci workflow

* chore: update build-scripts version

* chore: build fixture

* chore: remove devServer test

* chore: buildFixture

* feat: add vitest

* chore: add ts-ignore

* chore: node ci version

* chore: comment bundle analyzer

* chore: add test timeout

* fix: lint

* chore: remove threads

* chore: set maxThreads and minThreads

* chore: add maxConcurrency

* chore: remove coverage

* chore: threads

* chore: set threads to false

* fix: conflict

* fix: comment
2022-04-14 17:16:51 +08:00
luhc228 852fe1e96d
test: use vitest instead of jest (#75)
* test: use vitest

* chore: update test script in ci.yml

* chore: remove coverage

* chore: remove max-old-space-size

* chore: not use threads

* chore: add maxThreads

* chore: set maxThreads to 2

* chore: set to node 16

* chore: set threads to false

* chore: add coverage

* chore: max-old-space-size
2022-04-07 16:41:17 +08:00