Created
December 8, 2017 21:35
-
-
Save alanbsmith/3cc60ce316df80d9d39a7905d55d0b15 to your computer and use it in GitHub Desktop.
effective-testing-for-styled-components-test-output
This file contains hidden or 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
| $ yarn test | |
| PASS lib/blocks/Button/__tests__/index.js | |
| Button Block | |
| ✓ renders correctly (15ms) | |
| › 1 snapshot written. | |
| Snapshot Summary | |
| › 1 snapshot written in 1 test suite. | |
| Test Suites: 1 passed, 1 total | |
| Tests: 1 passed, 1 total | |
| Snapshots: 1 added, 1 total | |
| Time: 1.231s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment