Created
January 19, 2023 09:56
-
-
Save CodeNinja47/87a1cfa72fd9cfc8a7b2e83510bd48c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> testing_react_plugin@1.0.0 test | |
> jest | |
PASS src/SampleComponent/SampleComponent.spec.tsx | |
Sample Component | |
✓ should have text as sample (17 ms) | |
---------------------|---------|----------|---------|---------|------------------- | |
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | |
---------------------|---------|----------|---------|---------|------------------- | |
All files | 100 | 100 | 100 | 100 | | |
SampleComponent.tsx | 100 | 100 | 100 | 100 | | |
---------------------|---------|----------|---------|---------|------------------- | |
Test Suites: 1 passed, 1 total | |
Tests: 1 passed, 1 total | |
Snapshots: 0 total | |
Time: 1.312 s, estimated 3 s | |
Ran all test suites. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment