We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eff3eb commit 3ffdc84Copy full SHA for 3ffdc84
test/jest/integration-capture.spec.ts
@@ -3,7 +3,7 @@ import IntegrationCapture, {
3
} from '../../src/integrationCapture';
4
import { deleteAllCookies } from './utils';
5
6
-describe.only('Integration Capture', () => {
+describe('Integration Capture', () => {
7
describe('constructor', () => {
8
it('should initialize with clickIds as undefined', () => {
9
const integrationCapture = new IntegrationCapture();
0 commit comments