File tree Expand file tree Collapse file tree 3 files changed +273
-5
lines changed
Expand file tree Collapse file tree 3 files changed +273
-5
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 verbose : true ,
33 testTimeout : 15000 ,
4+ testEnvironment : 'jsdom' ,
45 testRegex : '(/src/admin/.*\\.(test|spec))\\.[jt]sx?$' ,
56 setupFilesAfterEnv : [ '<rootDir>/test/componentsSetup.js' ] ,
67 transform : {
Original file line number Diff line number Diff line change 8686 "@faceless-ui/modal" : " ^2.0.1" ,
8787 "@faceless-ui/scroll-info" : " ^1.2.3" ,
8888 "@faceless-ui/window-info" : " ^2.0.2" ,
89+ "@monaco-editor/react" : " ^4.4.6" ,
8990 "@swc/core" : " ^1.3.24" ,
9091 "@swc/register" : " ^0.1.10" ,
91- "@monaco-editor/react" : " ^4.4.6" ,
9292 "body-parser" : " ^1.19.0" ,
9393 "bson-objectid" : " ^2.0.1" ,
9494 "compression" : " ^1.7.4" ,
274274 "glob" : " ^8.0.3" ,
275275 "graphql-request" : " ^3.4.0" ,
276276 "jest" : " ^29.3.1" ,
277+ "jest-environment-jsdom" : " ^29.3.1" ,
277278 "mongodb-memory-server" : " ^7.2.0" ,
278279 "nodemon" : " ^2.0.6" ,
279280 "passport-strategy" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments