UNPKG

ns-suitescript-mocks

Version:

Collection of mocks that can be used to improve unit-tests for SuiteScript 2.0.

54 lines 1.45 kB
{ "name": "ns-suitescript-mocks", "version": "0.2.8", "description": "Collection of mocks that can be used to improve unit-tests for SuiteScript 2.0.", "main": "index.js", "author": "Damian Krolikowski", "license": "MIT", "bugs": { "url": "https://github.com/mycsHQ/ns-suitescript-mocks/issues" }, "homepage": "https://github.com/mycsHQ/ns-suitescript-mocks#readme", "repository": { "type": "git", "url": "git+https://github.com/mycsHQ/ns-suitescript-mocks.git" }, "keywords": [ "NetSuite", "suitescript", "JEST", "Mocks" ], "engines": { "node": ">=4.2.4" }, "scripts": { "jest": "jest -w 1 --coverage", "test": "npm run lint && npm run jest", "lint": "eslint . --fix", "jestOnly": "jest Examples/Jest/ --coverage --collectCoverageFrom=Examples/Jest/**/*.*", "mochaOnly": "mocha './Examples/Mocha/**/*.test.*'" }, "dependencies": { "codecov": "^3.1.0", "lodash": "^4.17.10", "moment": "^2.22.2" }, "devDependencies": { "eslint": "^5.5.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jest": "^21.24.1", "eslint-plugin-suitescript": "^0.1.1", "jest": "^23.6.0", "jest-cli": "^22.4.0", "mocha": "^5.2.0", "sinon": "^7.0.0" }, "jest": { "verbose": true, "coverageDirectory": "./coverage/", "collectCoverage": true, "testURL": "http://localhost" } }