Comparing version 1.4.2 to 1.5.0
{ | ||
"name": "parse", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "The Parse JavaScript SDK", | ||
@@ -29,4 +29,18 @@ "keywords": [ | ||
"grunt-contrib-nodeunit": "~0.1.2", | ||
"phantomjs": "~1.9.0-1" | ||
"phantomjs": "~1.9.0-1", | ||
"babel-jest": "^5.0.0", | ||
"jasmine-reporters": "^1.0.0", | ||
"jest-cli": "^0.4.10" | ||
}, | ||
"scripts": { | ||
"test": "NODE_ENV=test jest" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
"testPathDirs": ["src/es6"], | ||
"testPathIgnorePatterns": ["/node_modules/", "/test_helpers/"], | ||
"scriptPreprocessor": "node_modules/babel-jest", | ||
"setupTestFrameworkScriptFile": "setup-jest.js" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
311830
10
8716