This commit is contained in:
Tutur33
2023-11-24 22:09:08 +01:00
parent 6ba7d0503d
commit 3c0b507a93
98 changed files with 17986 additions and 2 deletions
@@ -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"}