-
Notifications
You must be signed in to change notification settings - Fork 13
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
remove coverage/, dist/ and types/ from version control #3
Conversation
@jgravois, don't know why I closed this. When I use the
I copied changes in the
So I can verify that karma isn't running tests. :-/ |
It appears that tests and coverage are running in branch functional-coverage! There's one catch: there's a runtime error referencing
I added bundler options to karma.conf.js to help it to find the I was able to get it to work by creating an empty @jgravois, is there a better alias for the package? If not, can we add an empty .js file to the arcgis-rest-js distribution for the Successful run with empty file; the braced area starting on the fourth line is a dump of the bundler options alias table:
|
the tweaks here make it a little clearer that karma isn't currently actually running any of the tests. can you pull down this branch and run
npm test
to confirm that you're seeing the same thing?i screwed around with
tsc
andkarma-typescript
a bit but i haven't been able to figure out why yet.to do:
npm test
runs karma in--single-run
mode in chrome only