chore: update changeset
Signed-off-by: blam <ben@blam.sh> Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -12,8 +12,8 @@ import {
|
||||
|
||||
const tester = createExtensionTester(extension);
|
||||
|
||||
const { getByTestId } = renderInTestApp(tester.element());
|
||||
const { getByTestId } = renderInTestApp(tester.reactElement());
|
||||
|
||||
// or if you're not using `coreExtensionData.reactElement` as the output ref
|
||||
const { getByTestId } = renderInTestApp(tester.data(myComponentRef));
|
||||
const { getByTestId } = renderInTestApp(tester.get(myComponentRef));
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user