testing suite established
This commit is contained in:
21
package.json
21
package.json
@@ -1,12 +1,29 @@
|
||||
{
|
||||
"scripts": {
|
||||
"test": "jest && mocha --compilers js:mocha-traceur __tests__/**/*.spec.js"
|
||||
},
|
||||
"jest": {
|
||||
"testFileExtensions": [
|
||||
"jest.js"
|
||||
],
|
||||
"scriptPreprocessor": "<rootDir>/__tests__/preprocessor.js",
|
||||
"unmockedModulePathPatterns": [
|
||||
"<rootDir>/node_modules/react"
|
||||
]
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"babel": "^5.5.6",
|
||||
"gulp": "^3.8.8",
|
||||
"laravel-elixir": "*"
|
||||
"laravel-elixir": "*",
|
||||
"mocha": "^2.2.5",
|
||||
"mocha-sinon": "^1.1.4",
|
||||
"sinon": "^1.14.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.4",
|
||||
"jquery": "^2.1.3",
|
||||
"react": "^0.13.1"
|
||||
"react": "^0.13.3",
|
||||
"react-tools": "^0.13.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user