Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

@unflakable/cypress-plugin 0.1.2

Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 21 Jun 22:43
· 65 commits to main since this release

Bug Fixes

  • Fix compatibility with CommonJS TypeScript projects (5f8dd7c).

    Previously, TypeScript projects using CommonJS needed to set moduleResolution to node16 or nodenext to successfully load the plugin's Cypress config wrapper. This change adds a synchronous CommonJS version of the config wrapper, which cypress-unflakable now uses unless the project's package.json contains "type": "module" or the user's Cypress config file has a .mjs/.mts extension, in which case it uses the existing ESM config wrapper.