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

View File

@@ -28,6 +28,9 @@ module.exports = function(karma) {
}, {
pattern: path.resolve(__dirname, require.resolve('proj4/dist/proj4.js')),
watched: false
}, {
pattern: path.resolve(__dirname, require.resolve('resemblejs/resemble.js')),
watched: false
}, {
pattern: path.resolve(__dirname, './test-extensions.js')
}, {
@@ -39,6 +42,7 @@ module.exports = function(karma) {
}
],
proxies: {
'/rendering/': '/base/rendering/',
'/spec/': '/base/spec/'
}
});