Skip to content

Commit 9318f4d

Browse files
committed
add some comments to test
1 parent 4f3fbce commit 9318f4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Container.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,10 @@ describe('Container', () => {
274274

275275
await sleep(100);
276276

277+
// Both plugins should still be valid
277278
expect(container.plugins.length).to.equal(2);
279+
280+
//The BasePlugin client should be not null. This proves that the preload function ran properly
278281
expect(container.plugins[1].client).to.not.be.null;
279282

280283
});

0 commit comments

Comments
 (0)