basis-stack/basis

View on GitHub
packages/testing/package.json

Summary

Maintainability
Test Coverage
{
  "name": "basis-testing",
  "version": "0.0.7",
  "description": "A set of unit testing utilities (centered on mocha/sinon/chai) to help with testing the Basis stack.",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"No tests\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/basis-stack/basis.git"
  },
  "keywords": [
    "es6",
    "testing",
    "helpers",
    "basis",
    "mocha alias"
  ],
  "author": "Justin Ware <wareisjustin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/basis-stack/basis/issues"
  },
  "homepage": "https://github.com/basis-stack/basis#readme",
  "dependencies": {
    "chai": "^4.2.0",
    "lodash": "^4.17.15"
  }
}