There was an error while loading. Please reload this page.
1 parent 21cc1b0 commit 3c475bbCopy full SHA for 3c475bb
docs/angular-testing-library/examples.md
@@ -36,7 +36,7 @@ counter.component.spec.ts
36
37
```typescript
38
import { render } from '@testing-library/angular'
39
-import CounterComponent from './counter.component.ts'
+import { CounterComponent } from './counter.component.ts'
40
41
describe('Counter', () => {
42
test('should render counter', async () => {
0 commit comments