Skip to content

Commit

Permalink
remove old test framework import library
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalDes committed Dec 5, 2017
1 parent 9d17f36 commit 91cc70a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/server.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* tslint:disable:no-console*/
/* tslint:disable:no-unused-expression*/
// import {expect, should} from "chai";
import request = require("supertest");
import app from "./../src/app";
// should();

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

Expand Down

0 comments on commit 91cc70a

Please sign in to comment.