cleanup(testing): fix outdated test snapshot in cypress graph plugin tests (#30728)
## Current Behavior A couple of unit tests for the `@nx/cypress` graph plugin are failing due to outdated snapshots. ## Expected Behavior The `@nx/cypress` graph plugin tests should succeed. The test snapshots should be updated to match the new behavior. ## Related Issue(s) Fixes #
This commit is contained in:
parent
016e5fda2a
commit
5aab4eb420
@ -548,6 +548,9 @@ describe('@nx/cypress/plugin', () => {
|
|||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": ".",
|
"cwd": ".",
|
||||||
|
"env": {
|
||||||
|
"TS_NODE_COMPILER_OPTIONS": "{"customConditions":null}",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
"{projectRoot}/dist/videos",
|
"{projectRoot}/dist/videos",
|
||||||
@ -632,6 +635,9 @@ describe('@nx/cypress/plugin', () => {
|
|||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": ".",
|
"cwd": ".",
|
||||||
|
"env": {
|
||||||
|
"TS_NODE_COMPILER_OPTIONS": "{"customConditions":null}",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
"{projectRoot}/dist/videos/src-test-cy-ts",
|
"{projectRoot}/dist/videos/src-test-cy-ts",
|
||||||
@ -745,6 +751,9 @@ describe('@nx/cypress/plugin', () => {
|
|||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": ".",
|
"cwd": ".",
|
||||||
|
"env": {
|
||||||
|
"TS_NODE_COMPILER_OPTIONS": "{"customConditions":null}",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
"{projectRoot}/dist/videos",
|
"{projectRoot}/dist/videos",
|
||||||
@ -822,6 +831,9 @@ describe('@nx/cypress/plugin', () => {
|
|||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": ".",
|
"cwd": ".",
|
||||||
|
"env": {
|
||||||
|
"TS_NODE_COMPILER_OPTIONS": "{"customConditions":null}",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
"{projectRoot}/dist/videos/src-test-cy-ts",
|
"{projectRoot}/dist/videos/src-test-cy-ts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user