diff options
Diffstat (limited to 'src/test/App.test.ts')
| -rw-r--r-- | src/test/App.test.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/App.test.ts b/src/test/App.test.ts new file mode 100644 index 0000000..64fae7d --- /dev/null +++ b/src/test/App.test.ts | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | import { render } from '@testing-library/svelte'; | ||
| 2 | import App from '../App.svelte'; | ||
| 3 | |||
| 4 | describe('App component', () => { | ||
| 5 | test('it renders the App component', () => { | ||
| 6 | render(App); | ||
| 7 | }); | ||
| 8 | }); | ||
