summaryrefslogtreecommitdiff
path: root/support/es.test.js
diff options
context:
space:
mode:
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),