mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
test: create initial unit tests
This commit is contained in:
parent
be7fb7d13a
commit
e476243b85
16 changed files with 1177 additions and 18 deletions
|
|
@ -15,10 +15,6 @@ describe("AppController (e2e)", () => {
|
|||
await app.init();
|
||||
});
|
||||
|
||||
it("/ (GET)", () => {
|
||||
return request(app.getHttpServer())
|
||||
.get("/")
|
||||
.expect(200)
|
||||
.expect("Hello World!");
|
||||
});
|
||||
it("/ (GET)", () =>
|
||||
request(app.getHttpServer()).get("/").expect(200).expect("Hello World!"));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue