Massa
Massa copied to clipboard
FAIL .\App.test.js
When I run test (
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.
And I think the project will be added more tests.
@hoduchieu01 would you like to send a pull request with tests?
Yes