Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGalloro committed Apr 24, 2024
1 parent 4db5e93 commit 17bed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/modules/recommendations.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ describe('ConstructorIO - Recommendations', () => {
});
});

it.only('Should successfully send request when parameters are passed', (done) => {
it('Should successfully send request when parameters are passed', (done) => {
const { recommendations } = new ConstructorIO({
...validOptions,
fetch: fetchSpy,
Expand Down

0 comments on commit 17bed04

Please sign in to comment.