Skip to content

Commit 3ffdc84

Browse files
Remove .only
1 parent 3eff3eb commit 3ffdc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/integration-capture.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import IntegrationCapture, {
33
} from '../../src/integrationCapture';
44
import { deleteAllCookies } from './utils';
55

6-
describe.only('Integration Capture', () => {
6+
describe('Integration Capture', () => {
77
describe('constructor', () => {
88
it('should initialize with clickIds as undefined', () => {
99
const integrationCapture = new IntegrationCapture();

0 commit comments

Comments
 (0)