Added some tests for control page

This commit is contained in:
Yuriy Kulakov
2021-05-06 12:30:14 +03:00
parent 79fb2412d6
commit fe33c8d042
8 changed files with 564 additions and 11043 deletions

View File

@@ -0,0 +1,12 @@
module.exports = {
verbose: true,
testPathIgnorePatterns: [
"./node_modules/"
],
unmockedModulePathPatterns: [
"./node_modules/react"
],
roots: [
"./__tests__"
],
}