mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-20 14:34:38 +00:00
enable testacular runner
This commit is contained in:
@ -20,4 +20,7 @@ task('lint', build.lint);
|
||||
desc('Combine and compress Leaflet source files');
|
||||
task('build', ['lint'], build.build);
|
||||
|
||||
desc('run phantomjs tests');
|
||||
task('test', ['lint'], build.test);
|
||||
|
||||
task('default', ['build']);
|
||||
|
Reference in New Issue
Block a user