'There is no timestamp for /absolute/Users/.../node_modules/chai/chai.js!'
'There is no timestamp for /absolute/Users/.../node_modules/karma-chai-plugins/node_modules/sinon-chai/lib/sinon-chai.js!'
'There is no timestamp for /absolute/Users/.../node_modules/karma-chai-plugins/node_modules/chai-as-promised/lib/chai-as-promised.js!'
I'm getting the same issue as #4 ...
karma.conf.js
karma
is global (0.12.31) andkarma-chai-plugins
is local. Tests seem to run ok.If I change
karma-chai-plugins/index.js
to use relative paths, the error disappears.