Skip to content

Commit 69e773b

Browse files
committed
fix: tests
1 parent c372f64 commit 69e773b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kontinuous/src/test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = async (opts) => {
4545
continue
4646
}
4747
test(`generate manifests for env: ${environment}`, async (end) => {
48-
await nctx.fork(async () => {
48+
await nctx.fork([ctx], async () => {
4949
const rootConfig = {
5050
environment,
5151
gitBranch: "master",
@@ -89,7 +89,7 @@ module.exports = async (opts) => {
8989
} catch (err) {
9090
end(err)
9191
}
92-
}, [ctx])
92+
})
9393
})
9494
}
9595
})

0 commit comments

Comments
 (0)