update tests #13
Annotations
7 errors
|
tests/cli.test.ts > cli completion tests for citty > cli option value handling > should handle conflicting options appropriately:
tests/cli.test.ts#L86
AssertionError: expected '--config\tUse specified config file\n…' not to contain '--port'
- Expected
+ Received
- --port
+ --config Use specified config file
+ --base Public base path (default: /)
+ --logLevel info | warn | error | silent
+ --clearScreen Allow/disable clear screen when logging
+ --debug Show debug logs
+ --filter Filter debug logs
+ --mode Set env mode
+ --root Option
+ --host Option
+ --port Option
+ --open Option
+ --cors Option
+ --strictPort Option
+ --force Option
+ :0
+
❯ tests/cli.test.ts:86:26
|
|
test (macos-latest)
Process completed with exit code 1.
|
|
test (ubuntu-latest)
The job was canceled because "macos-latest" failed.
|
|
tests/cli.test.ts > cli completion tests for citty > cli option value handling > should handle conflicting options appropriately:
tests/cli.test.ts#L86
AssertionError: expected '--config\tUse specified config file\n…' not to contain '--port'
- Expected
+ Received
- --port
+ --config Use specified config file
+ --base Public base path (default: /)
+ --logLevel info | warn | error | silent
+ --clearScreen Allow/disable clear screen when logging
+ --debug Show debug logs
+ --filter Filter debug logs
+ --mode Set env mode
+ --root Option
+ --host Option
+ --port Option
+ --open Option
+ --cors Option
+ --strictPort Option
+ --force Option
+ :0
+
❯ tests/cli.test.ts:86:26
|
|
test (ubuntu-latest)
Process completed with exit code 1.
|
|
test (windows-latest)
The job was canceled because "macos-latest" failed.
|
|
test (windows-latest)
The operation was canceled.
|