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

[XO] Test file is ignored because it is not in Test file is ignored because it is not in test.js test-*.js test/**/*.js **/__tests__/**/*.js **/*.test.js #54

Closed
07Gond opened this issue Sep 11, 2018 · 4 comments

Comments

@07Gond
Copy link

07Gond commented Sep 11, 2018

BUG:

image

NOTES:

  • When I run npx xo in the CLI or my test script I don't have any issue.
  • My only test file name: index.test.js inside tests directory

package.json:

"scripts": {
		"test": "xo && ava --verbose",
		"coverage": "nyc yarn test"
	},
	"ava": {
		"files": [
			"tests/**/*.test.js"
		]
	},

Additional Info:
OS: Mac OS 10.13.6

@07Gond
Copy link
Author

07Gond commented Sep 28, 2018

Hi @SamVerschueren any idea on this issue?
It is a little annoying see this on the code 😞

@OmgImAlexis
Copy link

I'm also having this issue.

@yakov116
Copy link

yakov116 commented Aug 3, 2021

@07Gond are you still having an issue?

@spence-s
Copy link
Collaborator

stale

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

4 participants