1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore(packages/vue): add @vue/test-utils as a devDependency

This commit is contained in:
2024-05-31 01:18:55 +07:00
parent 5566bdcf80
commit 220239400a
3 changed files with 8 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@vue/test-utils": "^2.4.6",
"jsdom": "^24.1.0",
"vitest": "^1.6.0"
},

View File

@@ -0,0 +1,5 @@
export * from './useCached';
export * from './useCounter';
export * from './useRenderCount';
export * from './useSyncRefs';
export * from './useToggle';

View File

@@ -1 +1,2 @@
export * from './composables';
export * from './utils';