104442 - Part 3: Add test input for mocha test.

This commit is contained in:
Gaming4JC 2019-06-09 23:11:25 -04:00 committed by Roy Tam
commit bbc11d8af8

View file

@ -140,6 +140,10 @@ pageError.set("Reference Error", `
foo()
`);
pageError.set("Redeclaration Error", `
let a, a;
`);
module.exports = {
consoleApi,
evaluationResult,