Skip to content

Commit

Permalink
fix: ut script
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Aug 12, 2024
1 parent b28cb7e commit 43dcbe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test:artifact": "vitest run --project artifact",
"test:artifact:watch": "vitest --project artifact",
"test:e2e": "cd e2e && pnpm run test",
"test:unit": "vitest run --project unit",
"test:unit:watch": "vitest --project unit",
"test:unit": "vitest run --project unit*",
"test:unit:watch": "vitest --project unit*",
"watch": "pnpm build --watch"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { shared } from '../../vitest.workspace';
export default defineConfig({
test: {
...shared,
name: 'dts-unit',
name: 'unit-dts',
},
});

0 comments on commit 43dcbe2

Please sign in to comment.