Skip to content

Commit

Permalink
ensure test works
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon authored and EisenbergEffect committed Jul 17, 2018
1 parent 55a09dc commit f82577f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/composition-engine.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ describe('CompositionEngine', () => {
.compose(createCompositionContext(MyClass))
.then(controller => {
CompositionTransactionOwnershipToken.prototype.waitForCompositionComplete = originalWait;
expect(track).not.toBe(0);
done();
})
.catch((ex) => {
Expand Down

0 comments on commit f82577f

Please sign in to comment.