File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const esModules = [
7
7
'lib0' ,
8
8
'y\\-protocols' ,
9
9
'y\\-websocket' ,
10
+ '@jupyter/ydoc' ,
10
11
'yjs'
11
12
] . join ( '|' ) ;
12
13
@@ -26,7 +27,7 @@ let local = {
26
27
'\\.(js|jsx)?$' : './transform.js' ,
27
28
'\\.svg$' : 'jest-raw-loader'
28
29
} ,
29
- transformIgnorePatterns : [ `/node_modules/(?!${ esModules } ).+ ` ] ,
30
+ transformIgnorePatterns : [ `/node_modules/(?!${ esModules } ).* ` ] ,
30
31
testLocationInResults : true ,
31
32
reporters : [ ...upstream [ 'reporters' ] , 'jest-github-actions-reporter' ]
32
33
} ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const esModules = [
14
14
'lib0' ,
15
15
'y\\-protocols' ,
16
16
'y\\-websocket' ,
17
+ '@jupyter/ydoc' ,
17
18
'yjs'
18
19
] . join ( '|' ) ;
19
20
@@ -25,7 +26,7 @@ let local = {
25
26
'\\.(js|jsx)?$' : './transform.js' ,
26
27
'\\.svg$' : 'jest-raw-loader'
27
28
} ,
28
- transformIgnorePatterns : [ `/node_modules/(?!${ esModules } ).+ ` ]
29
+ transformIgnorePatterns : [ `/node_modules/(?!${ esModules } ).* ` ]
29
30
} ;
30
31
31
32
for ( const option of reuseFromUpstream ) {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const esModules = [
14
14
'lib0' ,
15
15
'y\\-protocols' ,
16
16
'y\\-websocket' ,
17
+ '@jupyter/ydoc' ,
17
18
'yjs'
18
19
] . join ( '|' ) ;
19
20
@@ -25,7 +26,7 @@ let local = {
25
26
'\\.(js|jsx)?$' : './transform.js' ,
26
27
'\\.svg$' : 'jest-raw-loader'
27
28
} ,
28
- transformIgnorePatterns : [ `/node_modules/(?!${ esModules } ).+ ` ] ,
29
+ transformIgnorePatterns : [ `/node_modules/(?!${ esModules } ).* ` ] ,
29
30
testLocationInResults : true ,
30
31
reporters : [ ...upstream [ 'reporters' ] , 'jest-github-actions-reporter' ] ,
31
32
setupFiles : [
You can’t perform that action at this time.
0 commit comments