5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
setExpectedFailuresForSelfTest(1);
|
|
|
|
function test() {
|
|
throw new Error("thrown exception");
|
|
}
|