summaryrefslogtreecommitdiff
path: root/support/es.test.js
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-16 13:59:51 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-16 13:59:51 -0800
commit73d57d2635dacd7f4d22464355a239a4e3d6ea3f (patch)
tree1e5e258ce6d97d6dddf50b586735af6f7518983d /support/es.test.js
parent430e42f543e00a7525c4b4c1757b4d7454dafc1a (diff)
downloadasync-73d57d2635dacd7f4d22464355a239a4e3d6ea3f.tar.gz
move es build to separate folder/package
Diffstat (limited to 'support/es.test.js')
-rw-r--r--support/es.test.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/es.test.js b/support/es.test.js
index 3107e13..9f7fd5e 100644
--- a/support/es.test.js
+++ b/support/es.test.js
@@ -1,8 +1,8 @@
// simple async example to test ES module build output
-import {waterfall as waterfall} from "../build/es/index";
-import async from "../build/es/index";
-import constant from "../build/es/constant";
+import {waterfall as waterfall} from "../build-es/index";
+import async from "../build-es/index";
+import constant from "../build-es/constant";
waterfall([
constant(42),