We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d17f36 commit 91cc70aCopy full SHA for 91cc70a
test/server.test.ts
@@ -1,9 +1,7 @@
1
/* tslint:disable:no-console*/
2
/* tslint:disable:no-unused-expression*/
3
-// import {expect, should} from "chai";
4
import request = require("supertest");
5
import app from "./../src/app";
6
-// should();
7
8
const result: {data: {hi: string; }; } = {data: {hi: "Hello World"}};
9
0 commit comments