added one smoke test which always succeeds (for ci config).
(cherry picked from commit e80f2a9182fc9977fb8112b914a221e0ffbb97bb) (cherry picked from commit 3fa0a9b51b2d23cff0d4fa95047a61a849799cb2)
This commit is contained in:
parent
525ae0d985
commit
d1f0c6ee8d
5
frontend/src/app/component/smoke.spec.ts
Normal file
5
frontend/src/app/component/smoke.spec.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
describe('smoke', () => {
|
||||||
|
it('should succeed', () => {
|
||||||
|
expect(true).toBeTruthy();
|
||||||
|
});
|
||||||
|
});
|
||||||
Loading…
x
Reference in New Issue
Block a user