update npm dependencies, add testcase (#133)

This commit is contained in:
Lars Hvam
2022-09-19 17:28:33 +02:00
committed by GitHub
parent b529ff0a40
commit 7de3ed1a5f
6 changed files with 67 additions and 32 deletions

View File

@@ -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");
});
});