Newer
Older
alert / js / node_modules / console-browserify / .testem.json
@Réz István Réz István on 18 Nov 2021 304 bytes first commit
{
    "launchers": {
        "node": {
            "command": "npm test"
        }
    },
    "src_files": [
        "./**/*.js"
    ],
    "before_tests": "npm run build",
    "on_exit": "rm test/static/bundle.js",
    "test_page": "test/static/index.html",
    "launch_in_dev": ["node", "phantomjs"]
}