Merge pull request #5924 from backstage/rugvip/best

cli: switch to @sucrase/plugin-jest instead of ts-jest
This commit is contained in:
Patrik Oldsberg
2021-06-08 16:58:43 +02:00
committed by GitHub
6 changed files with 83 additions and 62 deletions
@@ -16,7 +16,7 @@
import { Profile as PassportProfile } from 'passport';
import { GithubAuthProvider } from './provider';
import * as helpers from '../../lib/passport';
import * as helpers from '../../lib/passport/PassportStrategyHelper';
import { OAuthResult } from '../../lib/oauth';
const mockFrameHandler = (jest.spyOn(
@@ -15,7 +15,7 @@
*/
import { GitlabAuthProvider } from './provider';
import * as helpers from '../../lib/passport';
import * as helpers from '../../lib/passport/PassportStrategyHelper';
import { OAuthResult } from '../../lib/oauth';
const mockFrameHandler = (jest.spyOn(