-
-
Notifications
You must be signed in to change notification settings - Fork 6k
add testacular runner for jasmine tests #1326
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
Conversation
* 'master' of git://github.com/Leaflet/Leaflet: Escape URI component in getParamString update build and changelog hasLayer not checking for null Return false when checking for a null object in L.Map.hasLayer, in response to issue Leaflet#1282. Fix js typo Add hasLayer to LayerGroup Add the method hasLayer to LayerGroup, return false when not present or checking for a null layer. condition on one line Revert "whitespace fix?" whitespace fix? whitespace again Trying to fix whitespace Simplify features check Handle arrays of feature collections
|
|
||
| var libSources = []; | ||
| for(var dep in deps){ | ||
| libSources = libSources.concat(deps[dep].src); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to get the list with getFiles method in build.js for consistency (it just needs to be exported). It filters out duplicates, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, no problem I will export it!
|
yeeee! |
add testacular runner for jasmine tests
|
Yay :) |
my #1326 pull broke debug html pages. Pls merge the fix that adds deps script to all of those.
As a first step for improving tests and test coverage start running tests through testacular.