We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run test ( node node_modules/jest/bin/jest.js) Test suite failed to run
node node_modules/jest/bin/jest.js
Test suite failed to run
C:/Users/hoduc/Desktop/GoogleCodein/Massa/App.test.js: Unexpected token (7:35) 5 | 6 | it('renders without crashing', () => { > 7 | const rendered = renderer.create(<App />).toJSON(); | ^ 8 | expect(rendered).toBeTruthy(); 9 | }); 10 |
` Test Suites: 1 failed, 1 total Tests: 0 total Snapshots: 0 total Time: 0.97s Ran all test suites.
The text was updated successfully, but these errors were encountered:
And I think the project will be added more tests.
Sorry, something went wrong.
@hoduchieu01 would you like to send a pull request with tests?
Yes
No branches or pull requests
When I run test (
node node_modules/jest/bin/jest.js
)Test suite failed to run
`
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.97s
Ran all test suites.
The text was updated successfully, but these errors were encountered: