File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
meteor/server/api/rest/v0/__tests__ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import { MeteorMethodSignatures } from '../../../../methods'
55import { ClientAPI } from '@sofie-automation/meteor-lib/dist/api/client'
66import { callKoaRoute } from '../../../../../__mocks__/koa-util'
77import { 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
1111jest . mock ( '../../../deviceTriggers/observer' )
1212
13- import '../index.ts '
13+ import '../index'
1414
1515describe ( 'REST API' , ( ) => {
1616 describe ( 'UNSTABLE v0' , ( ) => {
You can’t perform that action at this time.
0 commit comments