Skip to content

Commit

Permalink
doc(README): Fix missing plan call.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Jul 22, 2017
1 parent ad1cb34 commit 7400890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ import { marbles } from "rxjs-marbles/tape";

tape("it should map the values", marbles((m, t) => {

t.plan(2);

const values = {
a: 1,
b: 2,
Expand Down

0 comments on commit 7400890

Please sign in to comment.