Skip to content

Commit

Permalink
Tests fail on travis but not here...
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjensen committed Dec 11, 2017
1 parent b445199 commit 25a67f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ describe( 'dominators', function() {
it( 'should find all immediate dominators in large mode', () => {
expect( yalt( testGraph, 0, 'large' ) ).to.eql( correctIdoms );
} );

} );

describe( 'Dominanace frontiers', function() {
Expand Down

0 comments on commit 25a67f3

Please sign in to comment.