tubalmartin / karma-chai-sinon

Chai + Sinon-Chai + Sinon for Karma
MIT License
18 stars 6 forks source link

Allow setting chai options #8

Closed wilsonjackson closed 3 years ago

wilsonjackson commented 9 years ago

This allows Chai options to be set in the Karma config. e.g.,

config.set({
  chaiSinon: {
    chaiOptions: {
      includeStack: true,
      showDiff: false,
      truncateThreshold: 0
    }
  }
});
marr commented 9 years ago

This seems desirable.