Added control page tests and fixed bugs

This commit is contained in:
Yuriy Kulakov
2021-05-07 22:29:50 +03:00
parent fe33c8d042
commit e32f12019e
5 changed files with 157 additions and 182 deletions

View File

@@ -3,9 +3,6 @@ module.exports = {
testPathIgnorePatterns: [
"./node_modules/"
],
unmockedModulePathPatterns: [
"./node_modules/react"
],
roots: [
"./__tests__"
],