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'
5
5
import { ClientAPI } from '@sofie-automation/meteor-lib/dist/api/client'
6
6
import { callKoaRoute } from '../../../../../__mocks__/koa-util'
7
7
import { createLegacyApiRouter } from '..'
8
- import '../../../userActions.ts ' // required to get the UserActionsAPI methods populated
8
+ import '../../../userActions' // required to get the UserActionsAPI methods populated
9
9
10
10
// we don't want the deviceTriggers observer to start up at this time
11
11
jest . mock ( '../../../deviceTriggers/observer' )
12
12
13
- import '../index.ts '
13
+ import '../index'
14
14
15
15
describe ( 'REST API' , ( ) => {
16
16
describe ( 'UNSTABLE v0' , ( ) => {
You can’t perform that action at this time.
0 commit comments