1. Keep session alive with ping-pong. 2. Refreshed tests.

This commit is contained in:
AG
2025-10-16 10:48:11 +03:00
parent 6f64b1daca
commit 95684a34f7
27 changed files with 420 additions and 100 deletions

View File

@@ -30,6 +30,11 @@
"eject": "react-scripts eject",
"lint": "eslint src/**/*.{js,jsx,ts,tsx}"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(axios)/)"
]
},
"eslintConfig": {
"extends": [
"react-app",