This package has been deprecated

Author message:

use @northbrook/ts-mocha instead

northbrook-ts-mocha

1.4.0 • Public • Published

Northbrook TypeScript Mocha

Test your packages with mocha + ts-node

Get it

npm install --save-dev northbrook-ts-mocha

Configure it

{
  "plugins": [
    "ts-mocha" // add to registered plugins
  ],
  // optional configuration
  "ts-mocha": {
    // default : []
    exclude: ["somePackage"] // exclude a managed package from testing
    // default: 'test/'
    directory: "src/" a place to find your test,
    // default: ['.ts', '.tsx']
    extensions: ['.spec.ts'] // extensions to match
  }
}

Use it

northbrook ts-mocha
# only run for a specific package 
northbrook ts-mocha --only somePackage

Package Sidebar

Install

npm i northbrook-ts-mocha

Weekly Downloads

9

Version

1.4.0

License

MIT

Last publish

Collaborators

  • tylors