Add comment

This commit is contained in:
Adria Navarro 2024-02-19 17:32:55 +01:00
parent 804f061a70
commit c3c39b1c1b
1 changed files with 1 additions and 0 deletions

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)
}