overleaf/services/docstore/.mocharc.json
Eric Mc Sween 5efae3bee6 Add a global test setup file
Configure chai and SandboxedModule globally instead of in every test
file. Also add globals that are required for SandboxedModule to work in
Node 12.
2021-03-16 08:41:46 -04:00

3 lines
33 B
JSON

{
"require": "test/setup.js"
}