Skip to content
New issue

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

FAIL .\App.test.js #33

Open
0xHieu opened this issue Nov 15, 2018 · 3 comments
Open

FAIL .\App.test.js #33

0xHieu opened this issue Nov 15, 2018 · 3 comments

Comments

@0xHieu
Copy link

0xHieu commented Nov 15, 2018

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
Copy link
Author

0xHieu commented Nov 15, 2018

And I think the project will be added more tests.

@JaDogg
Copy link
Collaborator

JaDogg commented Dec 20, 2018

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

@0xHieu
Copy link
Author

0xHieu commented Dec 21, 2018

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants