UNPKG

topcoder-react-lib

Version:
10 lines (8 loc) 226 B
/* global jest */ require('topcoder-react-utils/config/jest/setup'); jest.setMock('@topcoder-platform/tc-auth-lib', { decodeToken: token => (token ? { handle: 'username12345', userId: '12345', } : undefined), });