remove smoke test, it is not necessary

(cherry picked from commit 59759672299f9826d964b860897a73b03026271b)
This commit is contained in:
Marco Zeisler 2021-05-11 20:23:59 +02:00
parent 3fa0a9b51b
commit d18e754f3b

View File

@ -1,5 +0,0 @@
describe('smoke', () => {
it('should succeed', () => {
expect(true).toBeTruthy();
});
});