UNPKG

soda-test

Version:

Package for Unit and API tests

110 lines (109 loc) 2.87 kB
{ "name": "soda-test", "version": "2.2.6", "description": "Package for Unit and API tests", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "cross-env NODE_ENV=development mocha --timeout 30000 \"dist/lib/**/*.test.js\"", "test-1": "cross-env NODE_ENV=development mocha --timeout 30000 \"dist/lib/configuration.test.js\"", "tsc": "tsc -d && cpx index.d.ts dist && cpx lib/plan/testPlan2.test.ts dist/lib/plan", "buildall": "npm run tsc && npm run test", "lint": "eslint --ignore-path .gitignore **/*.ts", "soda-plan": "node ./plan \"dist/lib/**/*.test.js\" testPlan.json", "postinstall": "node fixutil.js && node fixJestWorker.js && node fixBuilders.js && node fixnise.js" }, "keywords": [ "soda", "test", "mocha", "Jest", "karma", "sinon", "spy", "stub", "describe", "it", "context", "unit-test", "api-test", "decorator", "before", "beforeEach", "after", "afterEach", "rewire", "import", "private", "typescript", "timers", "global", "expect", "test-case", "test-step" ], "author": "Ran Har-Shuv", "repository": { "type": "git", "url": "https://github.com/ranhs/soda-test.git" }, "bugs": { "url": "https://github.com/ranhs/soda-test/issues" }, "license": "MIT", "private": false, "builders": "builders.json", "dependencies": { "@types/chai": "4.2.15", "@types/chai-as-promised": "7.1.3", "@types/sinon": "10.0.13", "@types/sinon-chai": "3.2.5", "@types/supertest": "2.0.11", "chai": "4.3.3", "chai-as-promised": "7.1.1", "glob": "7.1.6", "mocha": "7.2.0", "path-browserify": "1.0.1", "reflect-metadata": "0.1.13", "sinon": "14.0.0", "sinon-chai": "3.7.0", "supertest": "6.2.2", "ts-import": "2.0.39", "util": "0.12.4" }, "devDependencies": { "@types/argv": "0.0.4", "@types/express": "^4.17.6", "@types/lodash": "^4.14.160", "@types/mongoose": "^5.7.21", "@types/node": "^14.0.9", "@types/underscore": "^1.10.22", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "argv": "0.0.2", "cpx": "^1.5.0", "cross-env": "^7.0.2", "eslint": "^8.56.0", "express": "^4.17.1", "generate-function": "^2.3.1", "mongoose": "^5.9.16", "parse-function": "^5.6.10", "typescript": "^4.4.4", "underscore": "^1.11.0" }, "files": [ "dist/test-lib", "dist/build-angular", "dist/index.*", "dist/path.js", "dist/plan.js", "path.js", "jest.js", "builders.json", "plan.js", "fixutil.js", "fixJestWorker.js", "fixBuilders.js", "fixnise.js" ] }