@replayio/test-utils
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@replayio/test-utils", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Utilities for recording tests with replay.io", | ||
@@ -34,3 +34,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "4686d71622bca27c1f36a60fbfb9e44ce595cfac" | ||
"gitHead": "cbad625cc0db557454446aea4be5c8b32ec11845" | ||
} |
@@ -111,5 +111,3 @@ "use strict"; | ||
const recs = (0, replay_1.listAllRecordings)({ | ||
filter: `function($v) { $v.metadata.\`x-replay-test\`.id in ["${tests | ||
.map(test => this.getTestId(test.id)) | ||
.join('", "')}"] and $not($exists($v.metadata.test)) }`, | ||
filter: `function($v) { $v.metadata.\`x-replay-test\`.id in ${JSON.stringify(tests.map(test => this.getTestId(test.id)))} and $not($exists($v.metadata.test)) }`, | ||
}); | ||
@@ -116,0 +114,0 @@ const test = tests[0]; |
Sorry, the diff of this file is not supported yet
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
19907
259