mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
c12bca05aa
* chore/tests: install testing libraries * chore/tests: upgrade dependencies * chore/tests: configure linters * chore/tests: add basic component tests * chore/tests: version bump
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
{
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
],
|
|
"plugins": ["react", "testing-library", "jest"],
|
|
"rules": {
|
|
"jest/no-mocks-import": "warn"
|
|
}
|
|
} |