Skip to content

Commit

Permalink
Uncomment fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Apr 8, 2015
1 parent 7a464fd commit 4741f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/singular.js
Expand Up @@ -42,6 +42,7 @@ tap.test('singular bundles with subfiles build the first time', function (t) {
})
;
});
*/

tap.test('singular bundles of standalone core modules build the first time', function (t) {
supertest(cdn)
Expand All @@ -54,7 +55,6 @@ tap.test('singular bundles of standalone core modules build the first time', fun
})
;
});
*/

tap.test('teardown', function (t) {
rimraf('./cdn.db', function (err) {
Expand Down

0 comments on commit 4741f2e

Please sign in to comment.