web-remote/src/app/app.component.spec.ts

6 lines
105 B
TypeScript

describe('AppComponent', () => {
it('has a dummy test', () => {
expect(null).toBe(null);
});
});