Use test seams instead of DI in useTimeoutToggle

This commit is contained in:
Alejandro Celaya
2023-09-05 09:18:03 +02:00
parent 6926afbac1
commit 7a7884f38d
3 changed files with 13 additions and 14 deletions

View File

@@ -6,8 +6,5 @@
"parserOptions": {
"project": "./tsconfig.json"
},
"ignorePatterns": ["src/service*.ts"],
"rules": {
"react-hooks/rules-of-hooks": "off"
}
"ignorePatterns": ["src/service*.ts"]
}