We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1c2d3 commit e3d01d6Copy full SHA for e3d01d6
src/setup/setup.test.js
@@ -77,5 +77,5 @@ ava.serial("chmod", async (t) => {
77
})
78
79
ava.serial("example script exists", async (t) => {
80
- t.truthy(await pathExists(kenvPath("scripts", "browse-scriptkit.js")))
+ t.truthy(await pathExists(kenvPath("scripts", "browse-scriptkit.ts")))
81
0 commit comments