]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
test: migrate to vitest
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 Jun 2024 12:53:12 +0000 (14:53 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 Jun 2024 12:53:12 +0000 (14:53 +0200)
commitc8a6f345c0b8f35e9bdb716c8bf2cd43842b5b6a
tree5b0d01d345b8cb4a438f6f7e586022432a971184
parent2510170ffa620d90869ebf1aa8b5daf241fe1a78
test: migrate to vitest
53 files changed:
packages/router/__tests__/RouterLink.spec.ts
packages/router/__tests__/RouterView.spec.ts
packages/router/__tests__/__snapshots__/RouterLink.spec.ts.snap
packages/router/__tests__/__snapshots__/RouterView.spec.ts.snap
packages/router/__tests__/encoding.spec.ts
packages/router/__tests__/errors.spec.ts
packages/router/__tests__/guards/afterEach.spec.ts
packages/router/__tests__/guards/beforeEach.spec.ts
packages/router/__tests__/guards/beforeEnter.spec.ts
packages/router/__tests__/guards/beforeResolve.spec.ts
packages/router/__tests__/guards/beforeRouteEnter.spec.ts
packages/router/__tests__/guards/beforeRouteEnterCallback.spec.ts
packages/router/__tests__/guards/beforeRouteLeave.spec.ts
packages/router/__tests__/guards/beforeRouteUpdate.spec.ts
packages/router/__tests__/guards/extractComponentsGuards.spec.ts
packages/router/__tests__/guards/guardToPromiseFn.spec.ts
packages/router/__tests__/guards/guardsContext.spec.ts
packages/router/__tests__/guards/loadRouteLocation.spec.ts
packages/router/__tests__/guards/navigatioGuardsInjections.spec.ts
packages/router/__tests__/guards/onBeforeRouteLeave.spec.ts
packages/router/__tests__/guards/onBeforeRouteUpdate.spec.ts
packages/router/__tests__/hash-manual-navigation.spec.ts
packages/router/__tests__/history/hash.spec.ts
packages/router/__tests__/history/html5.spec.ts
packages/router/__tests__/history/memory.spec.ts
packages/router/__tests__/initialNavigation.spec.ts
packages/router/__tests__/isReady.spec.ts
packages/router/__tests__/lazyLoading.spec.ts
packages/router/__tests__/location.spec.ts
packages/router/__tests__/matcher/__snapshots__/resolve.spec.ts.snap
packages/router/__tests__/matcher/addingRemoving.spec.ts
packages/router/__tests__/matcher/pathParser.spec.ts
packages/router/__tests__/matcher/pathRanking.spec.ts
packages/router/__tests__/matcher/records.spec.ts
packages/router/__tests__/matcher/resolve.spec.ts
packages/router/__tests__/multipleApps.spec.ts
packages/router/__tests__/parseQuery.spec.ts
packages/router/__tests__/router.spec.ts
packages/router/__tests__/scrollBehavior.spec.ts
packages/router/__tests__/ssr.spec.ts
packages/router/__tests__/stringifyQuery.spec.ts
packages/router/__tests__/urlEncoding.spec.ts
packages/router/__tests__/useApi.spec.ts
packages/router/__tests__/useLink.spec.ts
packages/router/__tests__/vitest-mock-warn.ts [new file with mode: 0644]
packages/router/__tests__/warnings.spec.ts
packages/router/jest.config.js [deleted file]
packages/router/package.json
packages/router/size-checks/webRouterAndVue.js
packages/router/tsconfig.json
packages/router/vitest.config.ts [new file with mode: 0644]
packages/router/vitest.workspace.js [new file with mode: 0644]
pnpm-lock.yaml