I have followed How can import chai expect function globally on typescript? to make chai expect globally available in my typescript code.
How do I go on to make chai plugins available to my mocha suite?
e.g. the plugin chai-arrays
I have followed How can import chai expect function globally on typescript? to make chai expect globally available in my typescript code.
How do I go on to make chai plugins available to my mocha suite?
e.g. the plugin chai-arrays