disabled chai truncate

This commit is contained in:
Roman Hotsiy 2015-12-12 21:45:57 +02:00
parent 4f3c8ba56e
commit 6a035a95ef
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@ module.exports = function (config) {
config.set({
frameworks: ['phantomjs-shim', 'jspm', 'mocha', 'chai', 'sinon'],
client: {
chai: {
truncateThreshold: 0
}
},
//load angular dependencies and browser polyfills
files: [
'node_modules/zone.js/dist/zone-microtask.js',

View File

@ -67,7 +67,7 @@
"jshint-stylish": "^2.0.1",
"jspm": "^0.16.11",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chai": "github:randing89/karma-chai",
"karma-chrome-launcher": "^0.2.2",
"karma-jspm": "^2.0.2",
"karma-mocha": "^0.2.1",