Port render-toContext rendering test

This commit is contained in:
Frederic Junod
2018-11-14 17:49:23 +01:00
parent 50ae34fcc6
commit 6e964c7934
12 changed files with 96 additions and 210 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"private": true,
"homepage": "https://openlayers.org/",
"scripts": {
"lint": "eslint tasks test src/ol examples config",
"lint": "eslint tasks test rendering src/ol examples config",
"pretest": "npm run lint",
"test-rendering": "node rendering/test.js",
"test": "npm run karma -- --single-run --log-level error && npm run test-rendering -- --force",