diff options
author | Vladimir Agafonkin <agafonkin@gmail.com> | 2015-10-16 15:41:44 +0300 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-10-16 16:32:12 -0700 |
commit | aaf090b87dbc96f7a09e783833c10d0b88a16d39 (patch) | |
tree | e69d015de7a951cc5bea62a898e378f0588bb714 | |
parent | 8e8a341e284563e231415c1ce8b6bb129ae3687f (diff) | |
download | qtlocation-mapboxgl-aaf090b87dbc96f7a09e783833c10d0b88a16d39.tar.gz |
[core] Use pixelmatch test-suite
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ea7c460681..ac23f507e6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "aws-sdk": "^2.2.9", - "mapbox-gl-test-suite": "git+https://github.com/mapbox/mapbox-gl-test-suite.git#9b3df7ea2751d076abf31015e20d5f3137cd10f6", + "mapbox-gl-test-suite": "git+https://github.com/mapbox/mapbox-gl-test-suite.git#5ede718acddd3be1a736249ab6c6c0707f9f71f3", "request": "^2.65.0", "tape": "^4.2.1" }, |