From 7584d2d7a7110aef0331ebfa178b2295842c59fa Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:19:14 -0700 Subject: refactor: project maintenance - work in progress --- tests/functional/static-pages/terms.spec.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/functional/static-pages/terms.spec.ts') diff --git a/tests/functional/static-pages/terms.spec.ts b/tests/functional/static-pages/terms.spec.ts index de990e4..9c22257 100644 --- a/tests/functional/static-pages/terms.spec.ts +++ b/tests/functional/static-pages/terms.spec.ts @@ -1,10 +1,10 @@ -import { test } from '@japa/runner'; +import { test } from '@japa/runner' test.group('terms page', () => { test('returns a 200 response', async ({ client }) => { - const response = await client.get('/terms'); + const response = await client.get('/terms') - response.assertStatus(200); - response.assertTextIncludes('Terms of Service'); - }); -}); + response.assertStatus(200) + response.assertTextIncludes('Terms of Service') + }) +}) -- cgit v1.2.3-70-g09d2