No timestamp error
geraldyeo opened this issue · 1 comments
geraldyeo commented
I'm getting the same issue as #4 ...
'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!'
karma.conf.js
frameworks: ['mocha', 'requirejs', 'chai', 'sinon-chai', 'chai-as-promised'],
plugins: [
'karma-mocha',
'karma-chai-plugins',
'karma-requirejs',
'karma-coverage',
'karma-mocha-reporter',
'karma-chrome-launcher'
],
karma
is global (0.12.31) and karma-chai-plugins
is local. Tests seem to run ok.
If I change karma-chai-plugins/index.js
to use relative paths, the error disappears.
artemyarulin commented
Using karma 0.13.9
and karma-chai-plugins 0.6.0
I'm having the same issue