MATS Jest test integration #847
gopa-noaa
started this conversation in
MATS - documents
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
About [app]/.meteorignore files:
These files follow the same format as the .gitignore files, they allow you to exclude some files or folders from the 'runapp (npm start)' scope.
Please note that there is a cb-ceiling/.meteorignore file now at app folder, this is required because the jest needs to be run in test scope and not during 'runapp' scope, otherwise jest artifacts were giving errors during 'runapp'
cat .meteorignore
/test/cbQueryTests/
To run the cbQueryTests, you can now do 'npm test' at app level.
Beta Was this translation helpful? Give feedback.
All reactions