Add comment
This commit is contained in:
parent
804f061a70
commit
c3c39b1c1b
|
@ -49,6 +49,7 @@ describe.each([
|
||||||
if (useIsolatedVM) {
|
if (useIsolatedVM) {
|
||||||
expect(output).toBe("Error while executing JS")
|
expect(output).toBe("Error while executing JS")
|
||||||
} else {
|
} else {
|
||||||
|
// This was not an issue without isolated-vm
|
||||||
expect(output).not.toBe("Error while executing JS")
|
expect(output).not.toBe("Error while executing JS")
|
||||||
expect(output).toEqual(process.env)
|
expect(output).toEqual(process.env)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue