Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Jan 18, 2025
1 parent 36de466 commit c6c26ff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ module(`Integration | realm indexing and querying`, function (hooks) {
module: `./person`,
name: 'Person',
},
containedExamples: [],
},
relationships: {
linkedExamples: {
Expand Down Expand Up @@ -690,6 +691,8 @@ module(`Integration | realm indexing and querying`, function (hooks) {
moduleHref: `${testRealmURL}person`,
ref: `${testRealmURL}person/Person`,
title: 'Person Card',
linkedExamples: null,
containedExamples: null,
});
} else {
assert.ok(
Expand Down

0 comments on commit c6c26ff

Please sign in to comment.