Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add defaultAllowedExtensions: '.spec.[jt]sx?' '.test.[jt]sx?' #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

epaew
Copy link
Owner

@epaew epaew commented Nov 25, 2020

Related issue numbers

--

About the pull request

A clear and concise description of the changes.

Additional context

Add any other context for this pull request here.

@epaew epaew force-pushed the feature/add_allowed_extensions branch from 0bbfe23 to c2ea81e Compare November 25, 2020 00:11
data: { extensions: '.js,.cjs,.mjs,.jsx,.d.ts,.ts,.tsx,.vue' },
data: {
extensions:
'.js,.cjs,.mjs,.jsx,.d.ts,.ts,.tsx,.vue,.spec.js,.spec.jsx,.spec.ts,.spec.tsx,.test.js,.test.jsx,.test.ts,.test.tsx',
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line looks verbose... can I use regexp?

@codeclimate
Copy link

codeclimate bot commented Nov 25, 2020

Code Climate has analyzed commit c2ea81e and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (60% is the threshold).

This pull request will bring the total coverage in the repository to 95.3% (0.0% change).

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant