UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

7 lines 135 B
let x; x = 1; if (x !== 1) throw new Error("IdentifierAssignment1"); x += 2; if (x !== 3) throw new Error("IdentifierAssignment2");