Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Nov 23, 2014
2 parents b306132 + f31d41f commit f20181c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spec/knockout-kendoSparkLine.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
describe("ko.bindingHandlers.kendoSparkline", function(){
//standard cases
ko.kendo.generateBindingSpecs("kendoSparkline", {
html: "<div />",
defaultValue: "test",
newValue: "new"
});

//additional kendoSparkLine cases

});

0 comments on commit f20181c

Please sign in to comment.