[API Refactor] Test legacy bundle registry

This commit is contained in:
Victor Woeltjen
2016-01-08 13:38:28 -08:00
parent df631ba40e
commit 77e39f2882
3 changed files with 113 additions and 1 deletions

View File

@@ -81,7 +81,9 @@ module.exports = function(config) {
// HTML test reporting.
htmlReporter: {
outputDir: "target/tests"
outputDir: "target/tests",
preserveDescribeNesting: true,
foldAll: false
},
// Continuous Integration mode.