Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-orlik committed Jun 27, 2024
1 parent 67af8dd commit f7cd171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { handler } from './index'
import { MCEvent } from '@managed-components/types'

describe('custom-html', () => {
it.only('executes html injection', () => {
it('executes html injection', () => {
const executedJS: string[] = []
const fakeEvent = new Event('pageview', {}) as MCEvent
fakeEvent.payload = {
Expand Down

0 comments on commit f7cd171

Please # to comment.