mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Take a test runner as commandline argument
This commit is contained in:
@@ -1615,7 +1615,7 @@ function doTestCommand(options) {
|
||||
projectContext.projectConstraintsFile.writeIfModified();
|
||||
} else if (options["test-app"]) {
|
||||
// XXX look in package list for testOnly packages
|
||||
global.testCommandMetadata.driverPackage = 'avital:mocha';
|
||||
global.testCommandMetadata.driverPackage = options['driver-package'] || 'avital:mocha';
|
||||
|
||||
// Default to `--integration`
|
||||
if (!options.unit && !options.integration) {
|
||||
|
||||
Reference in New Issue
Block a user