diff --git a/test/index.ts b/test/index.ts index 5541f89..8aeca49 100644 --- a/test/index.ts +++ b/test/index.ts @@ -2,7 +2,7 @@ * Tests! */ -import chai from 'chai'; +import * as chai from 'chai'; import * as express from 'express'; import summaly from '../';