1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Add comment

This commit is contained in:
Adria Navarro 2024-02-19 17:32:55 +01:00
parent 804f061a70
commit c3c39b1c1b

View file

@ -49,6 +49,7 @@ describe.each([
if (useIsolatedVM) {
expect(output).toBe("Error while executing JS")
} else {
// This was not an issue without isolated-vm
expect(output).not.toBe("Error while executing JS")
expect(output).toEqual(process.env)
}