Skip to content

Commit d421a29

Browse files
remove only
1 parent 4d2dac4 commit d421a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/script.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe('script', () => {
156156
});
157157
});
158158

159-
it.only('work for elements inside iframes', async () => {
159+
it('work for elements inside iframes', async () => {
160160
server.addHtmlRoute(
161161
'/iframe',
162162
html`<main><button>I am iframe button</button></main>`,

0 commit comments

Comments
 (0)