Skip to content

Commit a216144

Browse files
authored
ci: fix test (#5658)
1 parent df073c5 commit a216144

File tree

2 files changed

+34
-44
lines changed

2 files changed

+34
-44
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
//
2929
// FIXME: this uuid moduleNameMapper workaround can be removed after sockjs > uuid@v9 release
3030
// https://github.com/uuidjs/uuid/pull/616#issuecomment-1206283882
31-
// eslint-disable-next-line n/no-extraneous-require
31+
3232
"^uuid$": require.resolve("uuid"),
3333
},
3434
};

0 commit comments

Comments
 (0)