From e1c47572a6235fd8fd20af888ac3a11c7ae1369d Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:37:40 -0700 Subject: updates --- tests/functional/static-pages/home.spec.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/functional/static-pages/home.spec.ts') diff --git a/tests/functional/static-pages/home.spec.ts b/tests/functional/static-pages/home.spec.ts index 20d02db..5054e05 100644 --- a/tests/functional/static-pages/home.spec.ts +++ b/tests/functional/static-pages/home.spec.ts @@ -1,10 +1,10 @@ -import { test } from '@japa/runner' +import { test } from '@japa/runner'; test.group('home page', () => { test('returns a 200 response', async ({ client }) => { - const response = await client.get('/') + const response = await client.get('/'); - response.assertStatus(200) - response.assertTextIncludes('Go to account dashboard') - }) -}) + response.assertStatus(200); + response.assertTextIncludes('Go to account dashboard'); + }); +}); -- cgit v1.2.3-70-g09d2