Use path for sinon entry point
This commit is contained in:
@@ -33,7 +33,10 @@ module.exports = function (karma) {
|
||||
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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user