Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-orlik committed Jul 4, 2024
1 parent ddbf3c4 commit 150bc14
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 150bc14

Please sign in to comment.