Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 798 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 798 Bytes

Simple Map

Build Status

Contributing

$ git clone https://github.com/miya0001/simple-map
$ cd simple-map
$ bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
$ npm install
$ npm run build

Running automated testing:

npm test runs npm run build and phpunit and grunt test.

$ npm test