mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
104442 - Part 3: Add test input for mocha test.
This commit is contained in:
parent
9d09cfdde9
commit
bbc11d8af8
1 changed files with 4 additions and 0 deletions
|
|
@ -140,6 +140,10 @@ pageError.set("Reference Error", `
|
|||
foo()
|
||||
`);
|
||||
|
||||
pageError.set("Redeclaration Error", `
|
||||
let a, a;
|
||||
`);
|
||||
|
||||
module.exports = {
|
||||
consoleApi,
|
||||
evaluationResult,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue