Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 279 Bytes

Hi, and thanks for your interest in contributing to leaflet-osm.

To run the leaflet-osm tests:

$ npm install
$ npm test

Add tests for bugfixes and new features to test/osm_test.js. It uses mocha and chai.