Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Jul 2, 2021
1 parent 25b6f21 commit 8b4354b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/factory_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ const FactoryTests = (function () {
},

defaults: function (assert) {
/*assert.throws(function () {
assert.throws(function () {
return new VF.Factory({
renderer: {
elementId: '',
width: 700,
height: 500,
},
});
});*/
});

var vf = new VF.Factory({
renderer: {
Expand Down

0 comments on commit 8b4354b

Please sign in to comment.