We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c372f64 commit 69e773bCopy full SHA for 69e773b
packages/kontinuous/src/test/index.js
@@ -45,7 +45,7 @@ module.exports = async (opts) => {
45
continue
46
}
47
test(`generate manifests for env: ${environment}`, async (end) => {
48
- await nctx.fork(async () => {
+ await nctx.fork([ctx], async () => {
49
const rootConfig = {
50
environment,
51
gitBranch: "master",
@@ -89,7 +89,7 @@ module.exports = async (opts) => {
89
} catch (err) {
90
end(err)
91
92
- }, [ctx])
+ })
93
})
94
95
0 commit comments