Run rendering tests with the rest of the tests

This commit is contained in:
Tim Schaub
2017-07-03 13:53:01 -06:00
parent 8e91d51d7c
commit 0dfd6da5a9
136 changed files with 158 additions and 296 deletions
+13 -1
View File
@@ -1,11 +1,23 @@
{
"env": {
"mocha": true
},
"rules": {
"openlayers-internal/no-missing-requires": 0,
"openlayers-internal/valid-provide": 0
},
"globals": {
"IMAGE_TOLERANCE": false,
"afterLoadText": false,
"assertWebGL": false,
"createMapDiv": true,
"disposeMap": true,
"resemble": true
"expect": false,
"expectResemble": false,
"proj4": false,
"resemble": false,
"resembleCanvas": false,
"sinon": false,
"where": false
}
}