Skip to content

Instantly share code, notes, and snippets.

@CodeNinja47
Created January 19, 2023 09:56
Show Gist options
  • Save CodeNinja47/87a1cfa72fd9cfc8a7b2e83510bd48c2 to your computer and use it in GitHub Desktop.
Save CodeNinja47/87a1cfa72fd9cfc8a7b2e83510bd48c2 to your computer and use it in GitHub Desktop.
> 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