From 35e9f86c24d1da24c12ca6f25eca54f339028e58 Mon Sep 17 00:00:00 2001 From: Christoph Hermann Date: Mon, 5 Oct 2015 06:59:56 +0200 Subject: [PATCH] fix test --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 6a74326..c8cd135 100644 --- a/test/test.js +++ b/test/test.js @@ -1,5 +1,5 @@ import compose from '../module'; -const { curry, _ } = require('curry-this')({Symbol:() => 'CURRY'}); +import { curry, _ } from 'curry-this'; import test from 'tape-catch';