Use path for sinon entry point
This commit is contained in:
@@ -33,7 +33,10 @@ module.exports = function (karma) {
|
|||||||
watched: false,
|
watched: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pattern: path.resolve(__dirname, require.resolve('sinon/pkg/sinon.js')),
|
pattern: path.resolve(
|
||||||
|
__dirname,
|
||||||
|
require.resolve('../../node_modules/sinon/pkg/sinon.js')
|
||||||
|
),
|
||||||
watched: false,
|
watched: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user