Created
May 29, 2017 14:35
-
-
Save kohlmannj/8d7e071c64896171a00666895a1ba47b to your computer and use it in GitHub Desktop.
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 run test | |
yarn run v0.24.6 | |
$ NODE_ENV=test jest | |
PASS src/__tests__/Storyshots.test.js | |
● Console | |
console.info node_modules/@storybook/react/dist/server/babel_config.js:67 | |
=> Loading custom .babelrc | |
PASS src/components/standard/Figure/__tests__/Figure.test.jsx | |
PASS src/components/standard/__tests__/BrandFooter.test.jsx | |
PASS src/components/standard/__tests__/FrameAnimation.test.jsx | |
PASS src/components/standard/Figure/__tests__/FigureHeader.test.jsx | |
PASS src/components/standard/Figure/__tests__/FigureCaption.test.jsx | |
FAIL src/components/standard/Figure/__tests__/Figure.stories.jsx | |
● Test suite failed to run | |
Your test suite must contain at least one test. | |
at onResult (node_modules/jest-cli/build/TestRunner.js:110:20) | |
Test Suites: 1 failed, 6 passed, 7 total | |
Tests: 25 passed, 25 total | |
Snapshots: 25 passed, 25 total | |
Time: 5.227s | |
Ran all test suites. | |
error Command failed with exit code 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment