summaryrefslogtreecommitdiff
path: root/support/build.test.js
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-02-16 14:18:50 -0800
committerAlexander Early <alexander.early@gmail.com>2016-02-16 14:18:50 -0800
commit54411fce2879fa2aeef7ec07268b46ec8354b120 (patch)
treeefcf591659361e597c332f2af91b91fd57556bf3 /support/build.test.js
parent943dbed7ae5d407e30108ab29e7873d6c159b7ae (diff)
downloadasync-54411fce2879fa2aeef7ec07268b46ec8354b120.tar.gz
move build/async.js to build/dist/async.js
Diffstat (limited to 'support/build.test.js')
-rw-r--r--support/build.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/build.test.js b/support/build.test.js
index 42dd8a0..141909a 100644
--- a/support/build.test.js
+++ b/support/build.test.js
@@ -24,7 +24,7 @@ describe("async umd", function() {
var async;
before(function() {
- async = require("../build/async.js");
+ async = require("../build/dist/async.js");
});
it("should have methods", function() {
@@ -38,7 +38,7 @@ describe("async umd minified", function() {
var async;
before(function() {
- async = require("../build/async.min.js");
+ async = require("../build/dist/async.min.js");
});
it("should have methods", function() {