update npm dependencies, add testcase (#133)
This commit is contained in:
@@ -64,4 +64,8 @@ describe('abap-test-runner', async () => {
|
||||
it('use-ddic-string-table', async () => {
|
||||
test("use-ddic-string-table", "pass");
|
||||
});
|
||||
|
||||
it('unknown-variable', async () => {
|
||||
test("unknown-variable", "error");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user