Skip to content
Snippets Groups Projects

Issue/2 test front end

Merged Albin Henriksson requested to merge issue/2-test-front-end into dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 11
3
@@ -37,7 +37,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"./src/**/*.{js,ts,tsx}\""
"lint": "eslint \"./src/**/*.{js,ts,tsx}\"",
"test:coverage": "react-scripts test --coverage"
},
"browserslist": {
"production": [
@@ -51,5 +52,12 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:5000/api/"
}
"proxy": "http://localhost:5000/api/",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-react": "^7.22.0"
}
}
\ No newline at end of file
Loading