https://github.com/mapnik/change-detection
Run any node-mapnik version against a given test script
https://github.com/mapnik/change-detection
Last synced: 4 months ago
JSON representation
Run any node-mapnik version against a given test script
- Host: GitHub
- URL: https://github.com/mapnik/change-detection
- Owner: mapnik
- Created: 2015-12-14T23:56:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T00:51:29.000Z (over 9 years ago)
- Last Synced: 2025-01-13T00:21:17.318Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Change detection of node-mapnik differences
[](https://travis-ci.org/mapnik/change-detection)
This repo offers scripts to help quickly test code against any node-mapnik release.
### Usage
Install a node-mapnik version:
```sh
./install.sh 3.4.11
```
Then test a given script using that version:
```sh
node runner.js mapnik-versions/v3.4.11 ./color.js
```
Current expectation of that test script, for example, is to throw an error like: `Error: Failed to parse color: "#ffffff 50"` which did not happen with versions of node-mapnik before `v3.4.8`.