test: implement Phase 3 - Component Testing #206
Annotations
3 errors
|
test / testing
Process completed with exit code 1.
|
|
Unhandled error:
entrypoints/popup/components/CopySelectedTabsButton.test.tsx#L168
Error: Test error
❯ entrypoints/popup/components/CopySelectedTabsButton.test.tsx:168:55
This error originated in "entrypoints/popup/components/CopySelectedTabsButton.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should not call onCopied if operation fails". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
entrypoints/popup/components/CopySelectedTabsButton.test.tsx#L149
Error: Failed to get selected tabs
❯ entrypoints/popup/components/CopySelectedTabsButton.test.tsx:149:23
This error originated in "entrypoints/popup/components/CopySelectedTabsButton.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle errors by logging to console". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|