query ranges lib and tests

This commit is contained in:
Eric Hulburd
2016-02-19 10:49:07 -06:00
parent e57e1a0742
commit c26b3b94c3
7 changed files with 634 additions and 36 deletions

12
spec/support/jasmine.json Normal file
View File

@@ -0,0 +1,12 @@
{
"spec_dir": "spec",
"spec_files": [
"**/*.test.js"
],
"helpers": [
"../node_modules/babel-core/register.js",
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}