Closed wilsonjackson closed 3 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 } } });
This seems desirable.
This allows Chai options to be set in the Karma config. e.g.,