Fix debounce test syntax

This commit is contained in:
Denis Sokolov
2015-12-16 09:54:46 +02:00
parent e5f4e76f6b
commit 4af65b04e8

View File

@@ -1,6 +1,6 @@
/// <reference path="debounce.d.ts" />
import debounce = require("debounce");
import debounce from "debounce";
const doThings = () => 1;