Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
(cherry picked from commit a73f1e5)
  • Loading branch information
Rohit Sahu committed Oct 24, 2024
1 parent 9004b00 commit 8d2d7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blocks/ost/textOption.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('test ctaTextOption', () => {
{ id: 'take-the-quiz', name: 'Take the quiz' },
{ id: 'see-more', name: 'See more' },
{ id: 'upgrade-now', name: 'Upgrade now' }];

const texts = ctaTextOption.getTexts();
expect(EXPECTED_TEXTS).to.deep.equal(texts);
});
Expand Down

0 comments on commit 8d2d7bc

Please sign in to comment.