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

Add jest & jasmine to isTestPkg regex #83

Open
G-Rath opened this issue Apr 27, 2019 · 0 comments
Open

Add jest & jasmine to isTestPkg regex #83

G-Rath opened this issue Apr 27, 2019 · 0 comments

Comments

@G-Rath
Copy link

G-Rath commented Apr 27, 2019

jest & jasmine are test frameworks that're not covered by isTestPkg:

// more popular packages should go here, maybe?
function isTestPkg (p) {
return !!p.match(/^(expresso|mocha|tap|coffee-script|coco|streamline)$/)
}

I don't know the impact of this, but it's clearly looking for testing frameworks 😄

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

No branches or pull requests

1 participant