mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
disabled chai truncate
This commit is contained in:
parent
4f3c8ba56e
commit
6a035a95ef
|
@ -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',
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user