derbyjs / racer

Realtime model synchronization engine for Node.js
1.18k stars 116 forks source link

[dev] Upgrade from expect.js to Chai #283

Closed ericyhwang closed 3 years ago

ericyhwang commented 3 years ago

expect.js is not actively maintained anymore. Chai is almost a drop-in replacement for expect.js. We switched to it in ShareDB without much trouble, so we should switch to Chai here as well.

pypmannetjies commented 3 years ago

Done