Skip to content

Commit

Permalink
minor tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
glenjamin committed Jun 30, 2015
1 parent f5221e9 commit eb070be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ None yet, for now you'll have to rely on examples:
* High level tests
* Low level tests
* Cycle detection?
* Isomorphic example - done-ness?
* Isomorphic HMR example
* Benchmarking / profiling
* Granular subscriptions
* Docs docs docs docs docs
3 changes: 0 additions & 3 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ describe("fluctuations", function() {
flux.dispatch("NOTHING");
expect(listener).to.have.callCount(0);
});

it("should retain state when added again");
it("should use optional merge strategy on state when added again");
});

describe("multiple overlapping stores", function() {
Expand Down

0 comments on commit eb070be

Please sign in to comment.