Closed leplatrem closed 9 years ago
Waiting for #7 to be merged
Currently the whole code is being tested in a Karma environment (React requires a DOM).
This PR splits the pure JavaScript code from the React code, and executes node and DOM tests separately.
App.js
test/*_test.js
test/components/*_test.js
npm test
@n1k0 @ametaireau @Natim r?
That's indeed better to have them separated. Thanks.
Waiting for #7 to be mergedCurrently the whole code is being tested in a Karma environment (React requires a DOM).
This PR splits the pure JavaScript code from the React code, and executes node and DOM tests separately.
App.js
test/*_test.js
with nodetest/components/*_test.js
with Karma, if node successfulnpm test