fix monorepo formatting
This commit is contained in:
@@ -49,7 +49,9 @@ describe("useInstance", () => {
|
||||
}
|
||||
|
||||
const tester = new ReacordTester()
|
||||
const instance = tester.createChannelMessage(<TestComponent name="parent" />)
|
||||
const instance = tester.createChannelMessage(
|
||||
<TestComponent name="parent" />,
|
||||
)
|
||||
|
||||
await tester.assertMessages([messageOutput("parent")])
|
||||
expect(instanceFromHook).toBe(instance)
|
||||
|
||||
Reference in New Issue
Block a user