Skip to content

Commit

Permalink
fix(cypress): add mts and cts extensions
Browse files Browse the repository at this point in the history
Closes #26618
  • Loading branch information
bastienmoulia committed Jun 21, 2024
1 parent 472459d commit 4b311b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function writeTargetsToCache(cachePath: string, results: CypressTargets) {
writeJsonFile(cachePath, results);
}

const cypressConfigGlob = '**/cypress.config.{js,ts,mjs,cjs}';
const cypressConfigGlob = '**/cypress.config.{js,ts,mjs,cjs,mts,cts}';

export const createNodesV2: CreateNodesV2<CypressPluginOptions> = [
cypressConfigGlob,
Expand Down

0 comments on commit 4b311b7

Please sign in to comment.