better output when unit test fails for structures (#139)

This commit is contained in:
Lars Hvam
2022-09-23 08:49:28 +02:00
committed by GitHub
parent c37fc7451f
commit 2937f9b972
5 changed files with 37 additions and 1 deletions

View File

@@ -76,4 +76,8 @@ describe('abap-test-runner', async () => {
it('no-chained-assignment', async () => {
test("no-chained-assignment", "error");
});
it('structure-fail', async () => {
test("structure-fail", "fail");
});
});