UNPKG

atlas-cleanup-tests

Version:

Seamlessly wrap sync mocha tests with your cleanup script. Supports 'done' callback.

40 lines (39 loc) 988 B
{ "name": "atlas-cleanup-tests", "version": "1.0.2", "description": "Seamlessly wrap sync mocha tests with your cleanup script. Supports 'done' callback.", "scripts": { "test-server": "mocha --colors --watch --recursive './test/**/*.test.js'", "test": "mocha --colors --recursive './test/**/*.test.js'" }, "main": "./src/Cleaner.js", "keywords": [ "atlassubbed", "mocha", "utils", "utility", "cleanup", "testing", "tests" ], "author": "atlassubbed <atlassubbed@gmail.com>", "license": "Apache-2.0", "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0" }, "os": [ "darwin", "linux" ], "engines": { "node": "^10.1.0", "npm": "^6.0.1" }, "homepage": "https://github.com/atlassubbed/atlas-cleanup-tests#readme", "bugs": "https://github.com/atlassubbed/atlas-cleanup-tests/issues", "repository": { "type": "git", "url": "https://github.com/atlassubbed/atlas-cleanup-tests.git" } }