Added some tests for control page
This commit is contained in:
12
static/main/js/control_page/jest.config.js
Normal file
12
static/main/js/control_page/jest.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
verbose: true,
|
||||
testPathIgnorePatterns: [
|
||||
"./node_modules/"
|
||||
],
|
||||
unmockedModulePathPatterns: [
|
||||
"./node_modules/react"
|
||||
],
|
||||
roots: [
|
||||
"./__tests__"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user