Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep authored Jan 2, 2025
1 parent 9cd4e83 commit cf485a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/component/events.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { spec } = require('../../src');
const { pactumEvents, EVENT_TYPES } = require('../../src').events;

describe.only('events', () => {
describe('events', () => {

before(() => {
pactumEvents.on(EVENT_TYPES.BEFORE_REQUEST, (r) => {
Expand Down Expand Up @@ -42,4 +42,4 @@ describe.only('events', () => {
}

});
});
});

0 comments on commit cf485a8

Please sign in to comment.