Skip to content

Commit

Permalink
Remove jest.
Browse files Browse the repository at this point in the history
  • Loading branch information
nosferatu500 committed Jun 24, 2021
1 parent 36ef5e1 commit 75ce1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": ["airbnb", "prettier", "prettier/react"],
"env": {
"browser": true,
"jest": true
"browser": true
},
"rules": {
"react/jsx-filename-extension": 0,
Expand Down
18 changes: 1 addition & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"start": "cross-env NODE_ENV=development TARGET=development webpack-dev-server --inline --hot",
"lint": "eslint .",
"prettier": "prettier --single-quote --trailing-comma es5 --write \"**/*.{js,jsx,css,scss}\"",
"prepublishOnly": "npm run test && npm run build",
"test": "jest",
"prepublishOnly": "npm run build",
"dev": "cross-env NODE_ENV=development TARGET=demo webpack serve --mode development --env development"
},
"main": "dist/main.js",
Expand All @@ -32,20 +31,6 @@
"access": "public"
},
"license": "MIT",
"jest": {
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"moduleDirectories": [
"node_modules"
],
"moduleNameMapper": {
"\\.(css|scss|less)$": "identity-obj-proxy"
}
},
"dependencies": {
"prop-types": "^15.7.2",
"react-dnd": "11.1.3"
Expand Down Expand Up @@ -73,7 +58,6 @@
"eslint-plugin-react": "^7.24.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^5.3.2",
"jest": "^21.2.1",
"node-sass": "^6.0.0",
"postcss-loader": "^6.1.0",
"prettier": "^1.19.1",
Expand Down

0 comments on commit 75ce1a1

Please sign in to comment.