Skip to content

Commit

Permalink
Test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jan 28, 2019
1 parent 7d11544 commit 48b77e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/lazy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ describe('Multiple lazy components', () => {
});

// Test skipped for now as the behavior of aborting rest of render is not implemented yet
// TODO Enable this test when it's implemented
itRenders.skip('prevents later elements being rendered', async ({render}) => {
const Lazy1 = spy(lazy(() => <div>Lazy inner 1</div>));
const promise = Object.assign(new Promise(resolve => resolve()), {noSsr: true});
Expand Down

0 comments on commit 48b77e7

Please sign in to comment.