Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type RestrictQueryParams = {
userId?: string;
};

describe('restrictQuery', () => {
describe.only('restrictQuery', () => {
Comment thread
KevLehman marked this conversation as resolved.
Outdated
const modulePath = '../../../../../app/livechat-enterprise/server/lib/restrictQuery';

// Helper to require the SUT with injected stubs
Expand Down Expand Up @@ -39,7 +39,7 @@ describe('restrictQuery', () => {
'@rocket.chat/models': {
LivechatDepartment: { find: findStub },
},
'../methods/getUnitsFromUserRoles': {
'@rocket.chat/omni-core-ee': {
getUnitsFromUser: getUnitsFromUserStub,
},
'./logger': {
Expand Down
Loading