princed / karma-chai-plugins

Chai browser plugins set for Karma
MIT License
30 stars 20 forks source link

No timestamp error #23

Open geraldyeo opened 9 years ago

geraldyeo commented 9 years ago

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 9 years ago

Using karma 0.13.9 and karma-chai-plugins 0.6.0 I'm having the same issue