Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
esezen committed Mar 29, 2024
1 parent e134a68 commit 49b8328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/constructorio.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ConstructorIO = require('../../test/constructorio'); // eslint-disable-lin
const validApiKey = 'testing';
const validOptions = { apiKey: validApiKey };

describe.only('ConstructorIO', () => {
describe('ConstructorIO', () => {
beforeEach(() => {
global.CLIENT_VERSION = 'cio-mocha';
});
Expand Down

0 comments on commit 49b8328

Please sign in to comment.