Skip to content

Commit

Permalink
test: don't mount modeler for service testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and barmac committed Nov 6, 2024
1 parent 9f41690 commit 2405cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/ViewerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('Viewer', function() {
it('should not include Outline module by default', function() {

// given
var viewer = new Viewer({ container: container });
var viewer = new Viewer();

// when
var outline = viewer.get('outline', false);
Expand Down

0 comments on commit 2405cd5

Please sign in to comment.