@callstack/reassure-cli
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -53,3 +53,3 @@ "use strict"; | ||
const passthroughTestRunnerArgs = options._ ?? []; | ||
const nodeArgs = [...(0, _node.getNodeFlags)(nodeMajorVersion), testRunnerPath, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs]; | ||
const nodeArgs = [...(0, _node.getNodeFlags)(nodeMajorVersion), `"${testRunnerPath}"`, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs]; | ||
logger.verbose('Running tests using command:'); | ||
@@ -56,0 +56,0 @@ logger.verbose(`$ node \\\n ${nodeArgs.join(' \\\n ')}\n`); |
@@ -45,3 +45,3 @@ import { existsSync, mkdirSync, rmSync, writeFileSync } from 'node:fs'; | ||
const passthroughTestRunnerArgs = options._ ?? []; | ||
const nodeArgs = [...getNodeFlags(nodeMajorVersion), testRunnerPath, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs]; | ||
const nodeArgs = [...getNodeFlags(nodeMajorVersion), `"${testRunnerPath}"`, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs]; | ||
logger.verbose('Running tests using command:'); | ||
@@ -48,0 +48,0 @@ logger.verbose(`$ node \\\n ${nodeArgs.join(' \\\n ')}\n`); |
{ | ||
"name": "@callstack/reassure-cli", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Performance testing companion for React and React Native", | ||
@@ -49,4 +49,4 @@ "main": "lib/commonjs/index.js", | ||
"dependencies": { | ||
"@callstack/reassure-compare": "1.3.0", | ||
"@callstack/reassure-logger": "1.3.0", | ||
"@callstack/reassure-compare": "1.3.1", | ||
"@callstack/reassure-logger": "1.3.1", | ||
"chalk": "4.1.2", | ||
@@ -53,0 +53,0 @@ "simple-git": "^3.26.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82050
+ Added@callstack/reassure-compare@1.3.1(transitive)
+ Added@callstack/reassure-logger@1.3.1(transitive)
- Removed@callstack/reassure-compare@1.3.0(transitive)
- Removed@callstack/reassure-logger@1.3.0(transitive)