UNPKG

unit.js

Version:

Simple, intuitive and flexible unit testing framework for javascript / Node.js (browser and server). Integrates awesome assertions libraries like Must.js, Should.js, Assert of Node.js, Sinon.js and other friendly features (promise, IoC, plugins, ...).

49 lines (48 loc) 1.28 kB
{ "name": "unit.js", "version": "2.1.1", "description": "Simple, intuitive and flexible unit testing framework for javascript / Node.js (browser and server). Integrates awesome assertions libraries like Must.js, Should.js, Assert of Node.js, Sinon.js and other friendly features (promise, IoC, plugins, ...).", "main": "src/index.js", "keywords": [ "test", "spec", "tdd", "bdd", "framework", "assertion", "asserter" ], "author": { "name": "Nicolas Tallefourtane", "url": "https://nicolab.net" }, "homepage": "https://unitjs.com", "repository": { "type": "git", "url": "git://github.com/unitjs/unit.js.git" }, "bugs": "https://github.com/unitjs/unit.js/issues", "dependencies": { "bluebird": "^3.7.1", "lodash": "^4.17.15", "must": "^0.13.4", "noder.io": ">= 1.0.0 < 2.0.0", "should": "^13.2.3", "sinon": "^7.5.0", "sinon-test": "^2.4.0", "supertest": "^4.0.2" }, "devDependencies": { "gulp": "^3.8.11", "gulp-replace": "^0.5.3", "gulp-uglify": "^1.2.0", "mocha": "^5.2.0", "spawn-rmrf": "^1.0.0", "uglifyjs-webpack-plugin": "^2.1.1", "webpack": "^4.29.0", "webpack-stream": "^5.2.1" }, "scripts": { "test": "npx mocha test" } }