Fix "html scanner" tests when run in isolation

...and sometimes when running all tests, seemingly
This commit is contained in:
David Greenspan
2015-03-27 09:50:11 -07:00
parent dcdfea3a96
commit 696ce39c10
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Npm.depends({
Npm.strip({
"uglify-js": ["test/"],
"css-parse": ["test/"],
"css-stringify": ["test/"],
"css-stringify": ["test/"]
});
Package.onUse(function (api) {

View File

@@ -48,6 +48,7 @@ Package.onTest(function (api) {
api.use(['test-helpers', 'session', 'tracker',
'minimongo'], 'client');
api.use('spacebars-compiler');
api.use('minifiers'); // ensure compiler output is beautified
api.addFiles([
'plugin/html_scanner.js',