Skip to content

Commit

Permalink
Add rudimentary test for Text #169
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed Mar 22, 2017
1 parent 6eb4276 commit 0d12584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/components.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ describe('Model', () => {
const model = new WHS.Model();
});
});

describe('Text', () => {
test('can construct', () => {
const text = new WHS.Text();
});
});

0 comments on commit 0d12584

Please sign in to comment.