mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Initial check in of testing scripts.
This commit is contained in:
committed by
Stefan Thomas
parent
2810b568f5
commit
917d89cdd2
9
test/buster.js
Normal file
9
test/buster.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var config = module.exports;
|
||||
|
||||
config["Newcoin tests"] = {
|
||||
rootPath: "../",
|
||||
environment: "node",
|
||||
tests: [
|
||||
"test/*-test.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user