Skip to content

Commit c1f81a5

Browse files
[stable6.0] chore: add nextcloud modules to transformIgnorePatterns (#7702)
Signed-off-by: SebastianKrupinski <[email protected]>
1 parent d87950f commit c1f81a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"clover"
149149
],
150150
"transformIgnorePatterns": [
151-
"/node_modules/(?!(@fullcalendar|uuid|webdav|p-limit|yocto-queue|color-(name|string|convert)|@nextcloud/(initial-state))).+\\.js$"
151+
"/node_modules/(?!(@fullcalendar|uuid|webdav|p-limit|yocto-queue|color-(name|string|convert)|@nextcloud/.*)).+\\.js$"
152152
],
153153
"setupFilesAfterEnv": [
154154
"./tests/javascript/jest.setup.js",

0 commit comments

Comments
 (0)