File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = {
1010 ...base , // see https://github.com/mochajs/mocha/issues/3916
1111 exit : true ,
1212 spec : [
13- 'lib/callbacks.spec.ts' ,
13+ 'server/ lib/callbacks.spec.ts' ,
1414 'server/lib/ldap/*.spec.ts' ,
1515 'server/lib/ldap/**/*.spec.ts' ,
1616 'server/lib/dataExport/**/*.spec.ts' ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default {
1919
2020 moduleNameMapper : {
2121 '^react($|/.+)' : '<rootDir>/node_modules/react$1' ,
22+ '^react-virtuoso($|/.+)' : '<rootDir>/node_modules/react-virtuoso$1' ,
2223 '^react-dom($|/.+)' : '<rootDir>/node_modules/react-dom$1' ,
2324 '^react-i18next($|/.+)' : '<rootDir>/node_modules/react-i18next$1' ,
2425 '^@rocket.chat/(.+)' : '<rootDir>/node_modules/@rocket.chat/$1' ,
You can’t perform that action at this time.
0 commit comments