Skip to content

Commit 104f8b6

Browse files
committed
chore: update tests
1 parent f060d5d commit 104f8b6

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"element-plus": "^2.0.4",
105105
"eslint": "^8.10.0",
106106
"esno": "^0.14.1",
107+
"pathe": "^0.2.0",
107108
"rollup": "^2.69.0",
108109
"tsup": "5.11.13",
109110
"typescript": "^4.6.2",

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import path from 'upath'
1+
import path from 'pathe'
22
import { describe, expect, it } from 'vitest'
33
import { Context } from '../src/core/context'
44

0 commit comments

Comments
 (0)