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

6 lines
100 B
TypeScript

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