UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

4 lines 104 B
if ((false||1) !== 1) throw new Error("Logical1"); if ((true&&1) !== 1) throw new Error("Logical2");