-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch enables `barracks` to be used as the core of `choo`. It solves the previous questions that were left unanswered in the FAQ - [x] write docs - [x] write code - [x] write tests Commits ======= - fixup! allow extending of state - fixup! _send change arg order - fixup! pass createSend() instead of send() - fixup! perfffff for handlers oi - fixup! if statements? nah - fixup! actually pass the argument hey - fixup! make tests pass oi - fixup! update docs for createSend() - fixup! bump travis - fixup! add model tests - fixup! more start tests - fixup! document internals - fixup! test nested effects - fixup! test subscriptions - fixup! add done() to subs - fixup! add onState tests - fixup! add onAction test - fixup! add namespaced tests
- Loading branch information
1 parent
7160651
commit a56213d
Showing
6 changed files
with
986 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
node_js: | ||
- "0.10" | ||
- "0.11" | ||
- "4" | ||
- "6" | ||
sudo: false | ||
language: node_js | ||
script: "npm run test-cov" | ||
script: "npm run test:cov" | ||
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.