UNPKG

ideal-postcodes-core

Version:

Ideal Postcodes core frontend javascript library

30 lines (19 loc) 284 B
# Testing ## Sequence 1) Run local tests ``` npm test ``` 2) Run local tests, but live ``` LIVE=true npm test ``` 3) For non-IE9 run CI tests ``` npm run ci ``` 4) For IE 9, run CI LIVE Comment out all other browsers (platforms.browserstack.js) ``` LIVE=true npm run ci ```