Skip to content

Commit

Permalink
test(repo): fix relative path in jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Apr 7, 2024
1 parent 2b89dc3 commit 31a45f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/__tests__/config/jest.cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import path from 'path'
// eslint-disable-next-line @typescript-eslint/no-var-requires
require('tsconfig-paths').register()

import { OAuthProvider } from 'oauth'
import { OperateApiClient } from 'operate'
import { BpmnParser, ZeebeGrpcClient } from 'zeebe'

import { OAuthProvider } from '../../oauth'
import { OperateApiClient } from '../../operate'

export const cleanUp = async () => {
// Your cleanup process here.
console.log('Removing all cached OAuth tokens...')
Expand Down

0 comments on commit 31a45f1

Please sign in to comment.