-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The test
Lines 50 to 54 in 24e9428
it(`[${name}] ` + "should run throwing query", async () => { | |
const swipl = await SWIPL({ arguments: ["-q"], ...addedParams }); | |
const response = swipl.prolog.query("throw(error(test, _))").once(); | |
assert.strictEqual(response.error, true); | |
}); |
print: () => {}
and printErr: () => {}
options are added.Metadata
Metadata
Assignees
Labels
No labels