Skip to content

Commit c6c26ff

Browse files
committed
fix lint
1 parent 36de466 commit c6c26ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/host/tests/integration/realm-indexing-and-querying-test.gts

+3
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ module(`Integration | realm indexing and querying`, function (hooks) {
656656
module: `./person`,
657657
name: 'Person',
658658
},
659+
containedExamples: [],
659660
},
660661
relationships: {
661662
linkedExamples: {
@@ -690,6 +691,8 @@ module(`Integration | realm indexing and querying`, function (hooks) {
690691
moduleHref: `${testRealmURL}person`,
691692
ref: `${testRealmURL}person/Person`,
692693
title: 'Person Card',
694+
linkedExamples: null,
695+
containedExamples: null,
693696
});
694697
} else {
695698
assert.ok(

0 commit comments

Comments
 (0)