Skip to content

Commit 502c5d3

Browse files
committed
- update dependencies
- update snapshot tests to use enzyme-to-json - add constants to test files - update README
1 parent 545b8e1 commit 502c5d3

26 files changed

+8853
-11841
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@
1919
npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
22-
23-
# post
24-
/post
25-
old_post.md

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TDD React
22

3+
A simple Calculator app created for a blog post at [testdriven.io](https://testdriven.io/blog/tdd-with-react-jest-and-enzyme-part-one/).
4+
35
## Local Setup
46

57
```sh
@@ -11,17 +13,17 @@ $ cd react-calculator
1113
```
1214

1315
```sh
14-
$ yarn install
16+
$ npm install
1517
```
1618

1719
## Run Locally
1820

1921
```sh
20-
$ yarn start
22+
$ npm start
2123
```
2224

2325
## Run Tests
2426

2527
```sh
26-
$ yarn test
28+
$ npm test
2729
```

0 commit comments

Comments
 (0)