mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
refactor: optimize the router system and implement unit tests for router (#495)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"test:hooks": "vitest --environment jsdom src/hooks/**/*.spec.ts",
|
||||
"test:stores": "vitest --environment jsdom src/store/**/*.spec.ts",
|
||||
"test:views": "vitest --environment jsdom src/views/**/*.spec.ts",
|
||||
"test:router": "vitest --environment jsdom src/router/**/*.spec.ts",
|
||||
"test:all": "vitest --environment jsdom --root src/ --coverage --reporter=verbose",
|
||||
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'"
|
||||
},
|
||||
|
Reference in New Issue
Block a user