Re: [openlayers-dev] Newbie contributor questions

2018-01-13 Thread OpenLayers Dev on behalf of Tim Schaub
Hi Pete, Thanks for the contribution. You've caught us in transition, and the development setup isn't as nice as it should be. We're working toward the 5.0 release, transitioning everything to ES modules, and reworking the development tools. During this period, the docs are out of date and ther

[openlayers-dev] Newbie contributor questions

2018-01-12 Thread Peter Schmitt via OpenLayers Dev
Just submitted my first OpenLayers pull request and came up with a couple of questions: 1. I'm a node/npm/karma newbie. How do I run a single test? I'm used to Ruby/rspec where I can do something like: env SPEC=./spec/models/user_spec.rb rake spec to run all tests in a given file, o