mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
feat(challenge19): create challenge 19 with testing output and input
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { render } from '@testing-library/angular';
|
||||
import { CounterComponent } from './counter.component';
|
||||
|
||||
describe('CounterComponent', () => {
|
||||
test('set input and listen to output', async () => {
|
||||
await render(CounterComponent);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user