Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed May 8, 2023
1 parent 6fca6d4 commit 9a9e731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/development/acceptance-app/ReactRefresh.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('ReactRefresh app', () => {
afterAll(() => next.destroy())

test('can edit a component without losing state', async () => {
expect(true).toBe(false);
const { session, cleanup } = await sandbox(next)
await session.patch(
'index.js',
Expand Down

0 comments on commit 9a9e731

Please sign in to comment.