|
2 | 2 |
|
3 | 3 | exports[`CLI flags array values do not support csv when appropriate 1`] = `
|
4 | 4 | Object {
|
5 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 5 | + "$0": "__REPLACED__", |
6 | 6 | "_": Array [
|
7 | 7 | "http://www.example.com",
|
8 | 8 | ],
|
@@ -48,7 +48,7 @@ Object {
|
48 | 48 |
|
49 | 49 | exports[`CLI flags array values support csv when appropriate 1`] = `
|
50 | 50 | Object {
|
51 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 51 | + "$0": "__REPLACED__", |
52 | 52 | "_": Array [
|
53 | 53 | "http://www.example.com",
|
54 | 54 | ],
|
@@ -100,7 +100,7 @@ Object {
|
100 | 100 |
|
101 | 101 | exports[`CLI flags extraHeaders should convert extra headers to object 1`] = `
|
102 | 102 | Object {
|
103 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 103 | + "$0": "__REPLACED__", |
104 | 104 | "_": Array [
|
105 | 105 | "http://www.example.com",
|
106 | 106 | ],
|
@@ -140,7 +140,7 @@ Object {
|
140 | 140 |
|
141 | 141 | exports[`CLI flags extraHeaders should read extra headers from file 1`] = `
|
142 | 142 | Object {
|
143 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 143 | + "$0": "__REPLACED__", |
144 | 144 | "_": Array [
|
145 | 145 | "http://www.example.com",
|
146 | 146 | ],
|
@@ -182,7 +182,7 @@ Object {
|
182 | 182 |
|
183 | 183 | exports[`CLI flags screenEmulation deviceScaleFactor parses a non-integer numeric value 1`] = `
|
184 | 184 | Object {
|
185 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 185 | + "$0": "__REPLACED__", |
186 | 186 | "_": Array [
|
187 | 187 | "http://www.example.com",
|
188 | 188 | ],
|
@@ -230,7 +230,7 @@ Object {
|
230 | 230 |
|
231 | 231 | exports[`CLI flags screenEmulation disabled parses the flag with no value as true 1`] = `
|
232 | 232 | Object {
|
233 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 233 | + "$0": "__REPLACED__", |
234 | 234 | "_": Array [
|
235 | 235 | "http://www.example.com",
|
236 | 236 | ],
|
@@ -278,7 +278,7 @@ Object {
|
278 | 278 |
|
279 | 279 | exports[`CLI flags screenEmulation mobile parses the flag with no value as true 1`] = `
|
280 | 280 | Object {
|
281 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 281 | + "$0": "__REPLACED__", |
282 | 282 | "_": Array [
|
283 | 283 | "http://www.example.com",
|
284 | 284 | ],
|
@@ -326,7 +326,7 @@ Object {
|
326 | 326 |
|
327 | 327 | exports[`CLI flags screenEmulation width parses a number value 1`] = `
|
328 | 328 | Object {
|
329 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 329 | + "$0": "__REPLACED__", |
330 | 330 | "_": Array [
|
331 | 331 | "http://www.example.com",
|
332 | 332 | ],
|
@@ -374,7 +374,7 @@ Object {
|
374 | 374 |
|
375 | 375 | exports[`CLI flags settings are accepted from a file path (inlined budgets) 1`] = `
|
376 | 376 | Object {
|
377 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 377 | + "$0": "__REPLACED__", |
378 | 378 | "_": Array [
|
379 | 379 | "http://www.example.com",
|
380 | 380 | ],
|
@@ -415,7 +415,7 @@ Object {
|
415 | 415 |
|
416 | 416 | exports[`CLI flags settings are accepted from a file path 1`] = `
|
417 | 417 | Object {
|
418 |
| - "$0": "node_modules/jest/bin/jest.js", |
| 418 | + "$0": "__REPLACED__", |
419 | 419 | "_": Array [
|
420 | 420 | "http://www.example.com",
|
421 | 421 | ],
|
|
0 commit comments