You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"framework": "mocha",
|
|
"src_files": [
|
|
"snabbdom.js",
|
|
"test/*.js"
|
|
],
|
|
"serve_files": [
|
|
"test/browserified.js"
|
|
],
|
|
"before_tests": "browserify -d test/index.js -o test/browserified.js",
|
|
"on_exit": "rm test/browserified.js",
|
|
"launch_in_dev": [ "firefox", "chromium" ]
|
|
}
|