mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Refactor abcframe
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
76cae637e6
commit
ed6ab1b1fe
9 changed files with 2687 additions and 94 deletions
|
@ -20,6 +20,7 @@ const customJestConfig = {
|
|||
'^@/components/(.*)$': '<rootDir>/src/components/$1',
|
||||
},
|
||||
roots: ["<rootDir>/src"],
|
||||
testEnvironment: 'jsdom',
|
||||
testPathIgnorePatterns: ["/node_modules/", "/cypress/"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue