https://github.com/mberlanda/zombie-reactjs-test
https://github.com/mberlanda/zombie-reactjs-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mberlanda/zombie-reactjs-test
- Owner: mberlanda
- Created: 2016-09-05T11:14:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T06:53:13.000Z (over 8 years ago)
- Last Synced: 2024-10-19T11:29:16.618Z (8 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zombie ReactJS Test
This is a very basic NodeJS Express app where I am trying to test pages unsing [Mocha](https://mochajs.org/) and [Zombie](http://zombie.js.org/).
If I put in the home page the [helloworld example](https://facebook.github.io/react/docs/getting-started.html) from ReactJS documentation, the tests fail due to timeout error.
The first working solution is to specify the timeout inside the test itself, but it is not really suitable for testing purposes.