Skip to content

Commit a0fe909

Browse files
committed
chore: resolve typescript warning
1 parent 90365ba commit a0fe909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meteor/server/api/rest/v0/__tests__/rest.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import { MeteorMethodSignatures } from '../../../../methods'
55
import { ClientAPI } from '@sofie-automation/meteor-lib/dist/api/client'
66
import { callKoaRoute } from '../../../../../__mocks__/koa-util'
77
import { createLegacyApiRouter } from '..'
8-
import '../../../userActions.ts' // required to get the UserActionsAPI methods populated
8+
import '../../../userActions' // required to get the UserActionsAPI methods populated
99

1010
// we don't want the deviceTriggers observer to start up at this time
1111
jest.mock('../../../deviceTriggers/observer')
1212

13-
import '../index.ts'
13+
import '../index'
1414

1515
describe('REST API', () => {
1616
describe('UNSTABLE v0', () => {

0 commit comments

Comments
 (0)