report error on BREAK-POINT & latest npm packages (#149)
This commit is contained in:
@@ -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");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user