async-queue isn't used anymore
Showing
2 changed files
with
0 additions
and
2 deletions
... | @@ -54,7 +54,6 @@ module.exports = function(config) { | ... | @@ -54,7 +54,6 @@ module.exports = function(config) { |
54 | "../tmp/expected.js", | 54 | "../tmp/expected.js", |
55 | "tsSegment-bc.js", | 55 | "tsSegment-bc.js", |
56 | "../src/bin-utils.js", | 56 | "../src/bin-utils.js", |
57 | "../src/async-queue.js", | ||
58 | '../test/*.js' | 57 | '../test/*.js' |
59 | ], | 58 | ], |
60 | 59 | ... | ... |
... | @@ -49,7 +49,6 @@ module.exports = function(config) { | ... | @@ -49,7 +49,6 @@ module.exports = function(config) { |
49 | "../tmp/expected.js", | 49 | "../tmp/expected.js", |
50 | "tsSegment-bc.js", | 50 | "tsSegment-bc.js", |
51 | "../src/bin-utils.js", | 51 | "../src/bin-utils.js", |
52 | "../src/async-queue.js", | ||
53 | '../test/*.js' | 52 | '../test/*.js' |
54 | ], | 53 | ], |
55 | 54 | ... | ... |
-
Please register or sign in to post a comment