File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+
3+ node_js :
4+ - stable
5+
6+ install :
7+ - npm install
8+
9+ script :
10+ - npm test
Original file line number Diff line number Diff line change 11# React Redux Todo Application
22
3- [ ![ Slack] ( https://slack-the-road-to-learn-react.wieruch.com/badge.svg )] ( https://slack-the-road-to-learn-react.wieruch.com/ )
3+ [ ![ Build Status ] ( https://travis-ci.org/taming-the-state-in-react/taming-the-state-todo-app.svg?branch=master )] ( https://travis-ci.org/taming-the-state-in-react/taming-the-state-todo-app ) [ ![ Slack] ( https://slack-the-road-to-learn-react.wieruch.com/badge.svg )] ( https://slack-the-road-to-learn-react.wieruch.com/ )
44
55* Found in [ Taming the State in React] ( https://roadtoreact.com/course-details?courseId=TAMING_THE_STATE )
66
1212
1313## Installation
1414
15- * ` git clone git@github.com:rwieruch /taming-the-state-todo-app.git `
15+ * ` git clone git@github.com:taming-the-state-in-react /taming-the-state-todo-app.git `
1616* ` cd taming-the-state-todo-app `
1717* ` npm install `
1818* ` npm start `
Original file line number Diff line number Diff line change 1818 "scripts" : {
1919 "start" : " react-scripts start" ,
2020 "build" : " react-scripts build" ,
21- "test" : " react-scripts test --env=jsdom" ,
21+ "test" : " react-scripts test --env=jsdom --passWithNoTests " ,
2222 "eject" : " react-scripts eject"
2323 }
2424}
You can’t perform that action at this time.
0 commit comments