Skip to content

Commit

Permalink
fix: cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jun 2, 2024
1 parent fa73d28 commit 3ba2aaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm scripts/start.ts"
"start": "node --loader ts-node/esm scripts/start.mts"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"resolveJsonModule": true,
"jsx": "react"
},
"include": ["**/*.ts"]
"include": ["**/*.ts", "scripts/start.mts"]
}

0 comments on commit 3ba2aaf

Please sign in to comment.