velocity-cli
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -26,3 +26,3 @@ 'use strict'; | ||
if (!meteorEnvironment.VELOCITY_USE_CHECKED_OUT_METEOR && !hasArgument(meteorArguments, '--release')) { | ||
meteorArguments.push('--release', 'velocity:METEOR@1.1.0.2_3'); | ||
meteorArguments.push('--release', 'velocity:METEOR@1.1.0.3_1'); | ||
} | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "velocity-cli", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "CLI tool for using Meteor Velocity to test your Meteor apps.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,3 @@ describe('index', function () { | ||
var spawnOptions = spawnTestPackagesMeteor.calls.argsFor(0)[0]; | ||
var expectedArguments = ['--release', 'velocity:METEOR@1.1.0.2_3']; | ||
var expectedArguments = ['--release', 'velocity:METEOR@1.1.0.3_1']; | ||
expect(_.intersection(spawnOptions.args.slice(1), expectedArguments)).toEqual(expectedArguments); | ||
@@ -32,0 +32,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package