Skip to content

Commit baff8c0

Browse files
committed
remove debugging .only
1 parent 101b3df commit baff8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render/integrations/integrations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ describe('integrations', () => {
9090
browser.close();
9191
});
9292

93-
describe.only('nextjs', () => {
93+
describe('nextjs', () => {
9494
const nextLocation = path.resolve(import.meta.dirname, './nextjs/');
9595

9696
beforeAll(() => {

0 commit comments

Comments
 (0)