created tests for components related to importing from source
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"react-md": "^1.2.8",
|
||||
"react-popup": "^0.9.1",
|
||||
"react-scripts": "1.0.17",
|
||||
"webfontloader": "^1.6.28"
|
||||
"webfontloader": "^1.6.28",
|
||||
"node-sass": "^4.7.2",
|
||||
"npm-run-all": "^4.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
|
||||
@@ -24,8 +26,12 @@
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "^4.7.2",
|
||||
"babel-jest": "^22.4.3",
|
||||
"enzyme": "^3.3.0",
|
||||
"enzyme-adapter-react-16": "^1.1.1",
|
||||
"jest": "^20.0.3",
|
||||
"jest-enzyme": "^6.0.0",
|
||||
"nodemon": "^1.12.1",
|
||||
"npm-run-all": "^4.1.2"
|
||||
"react-test-renderer": "^16.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user