Skip to main content
The sandbox data the mock bridge and the portal preview both answer with, so a component behaves the same in a test and in the preview.

Remarks

These are the same objects the fixture* exports hold, gathered under one name. answerFixtureQuery clones before it answers, but reading fixtures directly hands you the live object, so a test that sorts or splices one has to copy it first.

Example