Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Sep 28, 2018
1 parent 85595ec commit ed34dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/keller-mark/vue-declarative-plots.svg?branch=master)](https://travis-ci.org/keller-mark/vue-declarative-plots)
[![Coverage Status](https://coveralls.io/repos/github/keller-mark/vue-declarative-plots/badge.svg?branch=master)](https://coveralls.io/github/keller-mark/vue-declarative-plots?branch=master)

# vue-declarative-plots

Expand Down
1 change: 0 additions & 1 deletion test/history/HistoryEvent.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ test('can serialize HistoryEvent using toJson method', () => {
"action": "zoom",
"params": [2, 5]
})

expect(eventJson).toBe(expectedJson);
});

0 comments on commit ed34dda

Please sign in to comment.