Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Readd unit test that was accidentally deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wistrand committed Oct 19, 2016
1 parent d6929ea commit 5a390da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/mixins/createRenderMixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ registerSuite({
assert(cachedRender);
assert.isFunction(cachedRender.getNodeAttributes);
assert.isFunction(cachedRender.getChildrenNodes);
assert.isFunction(cachedRender.invalidate);
},
'getSelectorAndWidgetClasses': {
'Applies widget class to selector'() {
Expand Down

0 comments on commit 5a390da

Please sign in to comment.