UNPKG

wickr-bedrock-bot

Version:

AWS Wickr's own Bedrock Bot

14 lines (12 loc) 265 B
/** * @type {import('mocha').MochaOptions} */ const config = { require: ["ts-node/register"], spec: ["test/unit/*-test.ts", "test/unit/compat/*-test.js"], "expose-gc": true, "v8-expose-gc": true, exit: true, parallel: true, } module.exports = config