Skip to content

Commit e3d01d6

Browse files
committed
fix(test): change example expectation
1 parent 7b1c2d3 commit e3d01d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup/setup.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ ava.serial("chmod", async (t) => {
7777
})
7878

7979
ava.serial("example script exists", async (t) => {
80-
t.truthy(await pathExists(kenvPath("scripts", "browse-scriptkit.js")))
80+
t.truthy(await pathExists(kenvPath("scripts", "browse-scriptkit.ts")))
8181
})

0 commit comments

Comments
 (0)