tethys.backend/tests/functional/hello_world.spec.ts

9 lines
268 B
TypeScript
Raw Normal View History

// import { test } from '@japa/runner';
2023-03-03 16:54:28 +01:00
// test('display welcome page', async ({ client }) => {
// const response = await client.get('/welcome');
2023-03-03 16:54:28 +01:00
// response.assertStatus(200);
// response.assertTextIncludes('<h1 class="title"> It Works! </h1>');
// });