mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-21 05:45:12 +02:00
modified
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const runner_1 = require("@japa/runner");
|
||||
(0, runner_1.test)('display welcome page', async ({ client }) => {
|
||||
const response = await client.get('/');
|
||||
response.assertStatus(200);
|
||||
response.assertTextIncludes('<h1 class="title"> It Works! </h1>');
|
||||
});
|
||||
//# sourceMappingURL=hello_world.spec.js.map
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"hello_world.spec.js","sourceRoot":"","sources":["../../../tests/functional/hello_world.spec.ts"],"names":[],"mappings":";;AAAA,yCAAmC;AAEnC,IAAA,aAAI,EAAC,sBAAsB,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;IAChD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IAEtC,QAAQ,CAAC,YAAY,CAAC,GAAG,CAAC,CAAA;IAC1B,QAAQ,CAAC,kBAAkB,CAAC,oCAAoC,CAAC,CAAA;AACnE,CAAC,CAAC,CAAA"}
|
||||
Reference in New Issue
Block a user