Skip to content

Commit 4f84d94

Browse files
committed
updated readme, remove jest from dep
1 parent 520b4b3 commit 4f84d94

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Example of [React](http://facebook.github.io/react/) + [Reflux](https://www.npmjs.com/package/reflux) + [routing](https://github.com/rackt/react-router) + [ES6 with experimental ES7 syntax](https://6to5.org/docs/usage/experimental/) + [Semantic-UI](http://semantic-ui.com/)
66

77
* All JavaScript files are transpiled with [6to5](https://6to5.org/) library with enabled [experimental ES7 syntax](https://6to5.org/features.html).
8-
* For using experimental ES7 code in [Jest](http://facebook.github.io/jest/docs/tutorial-react.html) tests, the project is using [my fork](https://github.com/hipertracker/6to5-jest) of `6to5-jest` package.
8+
* For using experimental ES7 code in [Jest](http://facebook.github.io/jest/docs/tutorial-react.html) tests
99
* The workflow and communication between components is built using [Reflux](https://github.com/spoike/refluxjs), a slighty [improved](http://blog.krawaller.se/posts/reflux-refinement/) Flux paradigm.
1010
* Unit testing is provided by [Jest](https://facebook.github.io/jest/).
1111
* Using [Semantic-UI](http://semantic-ui.com/) framework with React components ([react-semantify](http://react-components.com/component/react-semantify)).

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"author": "",
2525
"license": "ISC",
2626
"devDependencies": {
27-
"jest": "*",
2827
"babel-jest": "^4.0.0",
2928
"broccoli": "^0.13.3",
3029
"broccoli-babel-transpiler": "^4.0.0",
@@ -40,7 +39,7 @@
4039
"broccoli-sass": "hipertracker/broccoli-sass",
4140
"browserify": "^8.0.1",
4241
"http-server": "^0.7.4",
43-
"jest-cli": "^0.2.2"
42+
"jest-cli": "^0.3.0"
4443
},
4544
"dependencies": {
4645
"lodash": "*",

0 commit comments

Comments
 (0)