Massa icon indicating copy to clipboard operation
Massa copied to clipboard

FAIL .\App.test.js

Open 0xHieu opened this issue 6 years ago • 3 comments

image 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.

0xHieu avatar Nov 15 '18 23:11 0xHieu

And I think the project will be added more tests.

0xHieu avatar Nov 15 '18 23:11 0xHieu

@hoduchieu01 would you like to send a pull request with tests?

JaDogg avatar Dec 20 '18 16:12 JaDogg

Yes

0xHieu avatar Dec 21 '18 03:12 0xHieu