Skip to content

Commit

Permalink
chore: update package.json and test/core.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 31, 2024
1 parent 1a562d1 commit 42482c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:watch": "vitest --watch",
"coverage": "vitest run --coverage"
"coverage": "vitest run --coverage",
"prepare": "npx simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion test/core.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { beforeAll, describe, expect, it } from 'vitest'
import { describe, expect, it } from 'vitest'

import { unSearch } from '../src/core'

Expand Down

0 comments on commit 42482c7

Please sign in to comment.