Skip to content

Commit e320a50

Browse files
mocca102esezen
andauthored
Update spec/src/modules/tracker.js
Co-authored-by: Enes Kutay SEZEN <eneskutaysezen@gmail.com>
1 parent 7a32e2a commit e320a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/src/modules/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function validateOriginReferrer(requestParams) {
3434
expect(requestParams).to.have.property('origin_referrer').to.contain('utm_campaign=campaign_1');
3535
}
3636

37-
describe.only(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
37+
describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
3838
let fetchSpy = null;
3939
let cleanup;
4040
const jsdomOptions = { url };

0 commit comments

Comments
 (0)