Skip to content

Commit

Permalink
jest upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nikfrank committed May 31, 2017
1 parent 5111c37 commit b8a23db
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 345 deletions.
15 changes: 8 additions & 7 deletions canon/crib/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

# cribbage with tahini

the goal here is to write the cribbage game through redux, using tahini to keep everything sorted lexically

also, this will be an opportunity to feature:
also featuring:

- deal (random) as a networkHandler to keep components pure
- highly legible user story tests

- random as a networkHandler !!
- undo perhaps
- remote control perhaps

## ci cd goals:

tahini should enforce 100% coverage on itself and all of its canon apps

only withis will it be worthy of adoption.


## notices / thanks

card svgs from
Expand All @@ -24,4 +23,6 @@ https://github.com/htdebeer/SVG-cards

# thanks eh!

(if this notice doesn't fulfill the LGPL, please notify me!)
(if this notice doesn't fulfill the LGPL, please notify me!)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
2 changes: 1 addition & 1 deletion canon/crib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fs-extra": "0.30.0",
"html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.3",
"jest": "18.1.0",
"jest": "^20.0.4",
"json-loader": "0.5.4",
"object-assign": "4.1.1",
"postcss-loader": "1.2.2",
Expand Down
Loading

0 comments on commit b8a23db

Please sign in to comment.