From b6cfc2461352a89bd96a0006f17a72463d5d26f2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 26 Mar 2017 12:54:16 +0200 Subject: [PATCH] remove typings for tap --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index eb7dfcc..38c2490 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,5 +1,5 @@ import 'typings-global' -import * as tap from 'tap' +let tap = require('tap') import { expect } from 'smartchai' export {