Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 5, 2023
1 parent c372f64 commit 69e773b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kontinuous/src/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = async (opts) => {
continue
}
test(`generate manifests for env: ${environment}`, async (end) => {
await nctx.fork(async () => {
await nctx.fork([ctx], async () => {
const rootConfig = {
environment,
gitBranch: "master",
Expand Down Expand Up @@ -89,7 +89,7 @@ module.exports = async (opts) => {
} catch (err) {
end(err)
}
}, [ctx])
})
})
}
})
Expand Down

0 comments on commit 69e773b

Please sign in to comment.