export command #140
Annotations
17 errors and 4 warnings
tests/github.test.tsx > SSHKey Component > should call onSSHKeySubmit with the correct value:
tests/github.test.tsx#L252
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:252:26
|
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for empty value:
tests/github.test.tsx#L279
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:279:19
|
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for invalid value:
tests/github.test.tsx#L301
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:301:19
|
tests/github.test.tsx > GiHub Complete Flow > should complete the flow:
tests/github.test.tsx#L365
AssertionError: expected '\n' to match /SSH Key Generated./
- Expected:
/SSH Key Generated./
+ Received:
"
"
❯ tests/github.test.tsx:365:35
|
build (22.x)
Process completed with exit code 1.
|
build (18.x)
The job was canceled because "_22_x" failed.
|
tests/github.test.tsx > SSHKey Component > should call onSSHKeySubmit with the correct value:
tests/github.test.tsx#L252
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:252:26
|
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for empty value:
tests/github.test.tsx#L279
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:279:19
|
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for invalid value:
tests/github.test.tsx#L301
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:301:19
|
tests/github.test.tsx > GiHub Complete Flow > should complete the flow:
tests/github.test.tsx#L365
AssertionError: expected '\n' to match /SSH Key Generated./
- Expected:
/SSH Key Generated./
+ Received:
"
"
❯ tests/github.test.tsx:365:35
|
build (18.x)
The operation was canceled.
|
build (20.x)
The job was canceled because "_22_x" failed.
|
tests/github.test.tsx > SSHKey Component > should call onSSHKeySubmit with the correct value:
tests/github.test.tsx#L252
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:252:26
|
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for empty value:
tests/github.test.tsx#L279
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:279:19
|
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for invalid value:
tests/github.test.tsx#L301
AssertionError: expected "spy" to be called once, but got 0 times
❯ tests/github.test.tsx:301:19
|
tests/github.test.tsx > GiHub Complete Flow > should complete the flow:
tests/github.test.tsx#L365
AssertionError: expected '\n' to match /SSH Key Generated./
- Expected:
/SSH Key Generated./
+ Received:
"
"
❯ tests/github.test.tsx:365:35
|
build (20.x)
The operation was canceled.
|
build (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (22.x):
source/commands/env/export/components/ExportContent.tsx#L111
React Hook React.useEffect has missing dependencies: 'exportConfig' and 'setState'. Either include them or remove the dependency array
|
build (18.x):
source/commands/env/export/components/ExportContent.tsx#L111
React Hook React.useEffect has missing dependencies: 'exportConfig' and 'setState'. Either include them or remove the dependency array
|
build (20.x):
source/commands/env/export/components/ExportContent.tsx#L111
React Hook React.useEffect has missing dependencies: 'exportConfig' and 'setState'. Either include them or remove the dependency array
|