mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix "html scanner" tests when run in isolation
...and sometimes when running all tests, seemingly
This commit is contained in:
@@ -12,7 +12,7 @@ Npm.depends({
|
|||||||
Npm.strip({
|
Npm.strip({
|
||||||
"uglify-js": ["test/"],
|
"uglify-js": ["test/"],
|
||||||
"css-parse": ["test/"],
|
"css-parse": ["test/"],
|
||||||
"css-stringify": ["test/"],
|
"css-stringify": ["test/"]
|
||||||
});
|
});
|
||||||
|
|
||||||
Package.onUse(function (api) {
|
Package.onUse(function (api) {
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ Package.onTest(function (api) {
|
|||||||
api.use(['test-helpers', 'session', 'tracker',
|
api.use(['test-helpers', 'session', 'tracker',
|
||||||
'minimongo'], 'client');
|
'minimongo'], 'client');
|
||||||
api.use('spacebars-compiler');
|
api.use('spacebars-compiler');
|
||||||
|
api.use('minifiers'); // ensure compiler output is beautified
|
||||||
|
|
||||||
api.addFiles([
|
api.addFiles([
|
||||||
'plugin/html_scanner.js',
|
'plugin/html_scanner.js',
|
||||||
|
|||||||
Reference in New Issue
Block a user