remove smoke test, it is not necessary

This commit is contained in:
Marco Zeisler 2021-05-11 20:23:59 +02:00
parent e80f2a9182
commit 5975967229

View File

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