Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Jan 30, 2022
1 parent d25d509 commit a19ff98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 89 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"play:build": "nuxi build playground",
"prepack": "nuxt-module-build",
"build:local": "nuxt-module-build --stub && cross-env NUXT_BUILD_TYPE=stub nuxi dev playground",
"build:test": "yarn prepack && yarn play:build",
"init:build": "nuxt-module-build --stub && nuxi prepare playground",
"build:test": "cross-env NUXT_BUILD_TYPE=stub yarn init:build && yarn prepack && yarn play:build",
"test": "yarn build:test && jest",
"test:reset": "yarn test --updateSnapshot"
},
Expand Down
44 changes: 0 additions & 44 deletions src/generators/runtime/typed-router.js

This file was deleted.

44 changes: 0 additions & 44 deletions src/generators/runtime/useTypedRouter.mjs

This file was deleted.

0 comments on commit a19ff98

Please sign in to comment.