Run rendering tests with the rest of the tests
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user