Provide Karma with updated dependencies on change

This commit is contained in:
Tim Schaub
2017-07-03 12:26:12 -06:00
parent 32c26c2524
commit 8e91d51d7c
2 changed files with 43 additions and 9 deletions

View File

@@ -12,6 +12,9 @@ var path = require('path');
module.exports = function(karma) {
karma.set({
frameworks: ['mocha'],
client: {
runInParent: true
},
files: [
{
pattern: path.resolve(__dirname, require.resolve('jquery/dist/jquery.js')),