mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
e0ab82e3d4
Remove the chaid package from tests GitOrigin-RevId: 61b541eebcf1982137aa10ad51940547c649e68d
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
const chai = require('chai')
|
|
chai.should()
|
|
chai.use(require('chai-as-promised'))
|
|
chai.use(require('sinon-chai'))
|
|
chai.use(require('chai-exclude'))
|
|
|
|
// Do not truncate assertion errors
|
|
chai.config.truncateThreshold = 0
|