report error on BREAK-POINT & latest npm packages (#149)

This commit is contained in:
Lars Hvam
2022-10-07 12:11:27 +02:00
committed by GitHub
parent 2f80060ba1
commit d83ef6fd54
10 changed files with 129 additions and 58 deletions

View File

@@ -80,4 +80,12 @@ describe('abap-test-runner', async () => {
it('structure-fail', async () => {
test("structure-fail", "fail");
});
it('break-point-error', async () => {
test("break-point-error", "error");
});
it('implement-method-error', async () => {
test("implement-method-error", "error");
});
});