Skip to content

Commit

Permalink
fix(snapping): actually test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme authored and merge-me[bot] committed Apr 12, 2019
1 parent c9474c0 commit 807344c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/spec/features/snapping/SnappingSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ describe('features/snapping', function() {

describe('bootstrap', function() {

it('should bootstrap diagram with component', inject(function() {}));
it('should bootstrap diagram with component', inject(function(snapping) {
expect(snapping).to.exist;
}));

});

Expand Down

0 comments on commit 807344c

Please sign in to comment.