Skip to content

Commit 09152c1

Browse files
committed
wip
1 parent aee5d07 commit 09152c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals/src/core/signal-generators/dom-gen/__tests__/element-parser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ describe(parseElement, () => {
234234
}
235235
`)
236236
})
237-
test.only('handles scenarios where name is an object', () => {
237+
test('handles scenarios where name is an object', () => {
238238
const form = document.createElement('form')
239239
form.id = 'form-id'
240240
form.classList.add('form-class')

0 commit comments

Comments
 (0)