test: add unit tests to pipeline

This commit is contained in:
2023-05-31 15:33:19 +02:00
parent 45444d9373
commit 495a63977c
29 changed files with 232 additions and 484 deletions

View File

@@ -126,6 +126,5 @@ describe('Bulk Storage', function () {
expect(caught).to.be.equal(123);
});
``;
});
});