Skip to content

Commit

Permalink
add ts to spec pattern for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Nov 17, 2023
1 parent cfd77b3 commit 8fe0258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = defineConfig({
},
component: {
src: ['./src/components/common', './cypress/component/'],
specPattern: ['**/*.spec.js', '**/*.spec.tsx'],
specPattern: ['**/*.spec.js', '**/*.spec.ts', '**/*.spec.tsx'],
devServer: {
framework: 'create-react-app',
bundler: 'webpack',
Expand Down

0 comments on commit 8fe0258

Please sign in to comment.