February 22, 2025

It is good to add –timeout –exit options.

{
  "name": "node-base",
  "version": "1.0.0",
  "description": "",
  "main": "./src/index.js",
  "scripts": {
    "test": "mocha ./src/test/*.js --timeout 20000 --exit"
  },
}