update to 4.0

This commit is contained in:
Otto Mao
2017-12-01 21:30:49 +08:00
parent e392fefc64
commit 4be5aa8954
267 changed files with 27008 additions and 84482 deletions

13
test/jasmine.json Normal file
View File

@@ -0,0 +1,13 @@
{
"spec_dir": "test",
"spec_files": [
"spec_lib/*.js",
"spec_rule/*.js"
],
"helpers": [
"../node_modules/babel-register/lib/node.js",
"../node_modules/babel-polyfill/dist/polyfill.js"
],
"stopSpecOnExpectationFailure": true,
"random": false
}