不要怂,就是干,撸起袖子干!

.mocharc.jsonc 729 Bytes
{
  // You can temporarily modify this file during local development to add `spec` (and
  // even `grep`) in order to be able to call `DIALECT=some-dialect npx mocha` from a
  // terminal and execute only a one (or a few) tests (such as new tests you are
  // creating, for example).
  // Recall that if you want to `grep` over all tests, you need to specify `spec` as
  // `"test/**/*.test.js"`. Not specifying `spec` and calling `npx mocha` will not
  // execute any test.
  // "spec": ["test/**/bulk-create.test.js", "test/**/upsert.test.js", "test/**/insert.test.js", "test/**/query-generator.test.js"],
  // "grep": ["some test title here"],
  "exit": true,
  "check-leaks": true,
  "timeout": 30000,
  "reporter": "spec"
}