diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 18:05:13 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 18:05:13 +0200 |
| commit | be0739585ecc67fca3677fa6c80cffaf4005abc6 (patch) | |
| tree | a3bed1c38fb64ada2542c852afcabcd1a79ba61a /apps/kit/tests/test.ts | |
| parent | 3352727aa638fcfcc6461d2aaded8ef9603acc0d (diff) | |
| download | greatoffice-be0739585ecc67fca3677fa6c80cffaf4005abc6.tar.xz greatoffice-be0739585ecc67fca3677fa6c80cffaf4005abc6.zip | |
feat: !WIP sign-up page test
WIP because playwright currently does not pick up on ts paths
Diffstat (limited to 'apps/kit/tests/test.ts')
| -rw-r--r-- | apps/kit/tests/test.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/kit/tests/test.ts b/apps/kit/tests/test.ts deleted file mode 100644 index 4e57937..0000000 --- a/apps/kit/tests/test.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { expect, test } from '@playwright/test'; - -test('index page has expected h1', async ({ page }) => { - await page.goto('/'); - expect(await page.textContent('h1')).toBe('Welcome to SvelteKit'); -}); |
