Skip to content

Commit

Permalink
vitest adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 22, 2023
1 parent 863c675 commit e8f8221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/generate-blueprint/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ export default class extends BaseGenerator {
lint: 'eslint .',
'lint-fix': 'npm run ejslint && npm run lint -- --fix',
pretest: 'npm run prettier:check && npm run lint',
test: 'vitest -- run',
'update-snapshot': 'vitest -- --update',
test: 'vitest run',
'update-snapshot': 'vitest run --update',
vitest: 'vitest',
},
dependencies: {
Expand Down

0 comments on commit e8f8221

Please sign in to comment.