Skip to content

Commit 91cc70a

Browse files
committed
remove old test framework import library
1 parent 9d17f36 commit 91cc70a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/server.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* tslint:disable:no-console*/
22
/* tslint:disable:no-unused-expression*/
3-
// import {expect, should} from "chai";
43
import request = require("supertest");
54
import app from "./../src/app";
6-
// should();
75

86
const result: {data: {hi: string; }; } = {data: {hi: "Hello World"}};
97

0 commit comments

Comments
 (0)