get tests passing

This commit is contained in:
Rich Harris
2019-05-10 08:00:21 -04:00
parent f8e853c02b
commit 429f44e3a6
6 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import * as http from 'http';
import http from 'http';
import middleware from './middleware/index';
import { StartOptions, MiddlewareOptions, Handler } from './types';