We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df073c5 commit a216144Copy full SHA for a216144
jest.config.js
@@ -28,7 +28,7 @@ module.exports = {
28
//
29
// FIXME: this uuid moduleNameMapper workaround can be removed after sockjs > uuid@v9 release
30
// https://github.com/uuidjs/uuid/pull/616#issuecomment-1206283882
31
- // eslint-disable-next-line n/no-extraneous-require
+
32
"^uuid$": require.resolve("uuid"),
33
},
34
};
0 commit comments