Skip to content

Commit f661a45

Browse files
author
Loïc Mangeonjean
committed
fix: initialize services before running tests
1 parent 79734a0 commit f661a45

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/tests/editorOperationUtils/lockedCode.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ import {
88
createTestRange
99
} from '../utils'
1010
import { lockCodeRanges } from '../../tools'
11+
import { initialize } from '../../services'
12+
13+
beforeAll(async () => {
14+
await initialize(undefined, {
15+
registerAdditionalExtensions: false
16+
})
17+
})
1118

1219
let disposableStore: DisposableStore
1320
beforeEach(() => {

0 commit comments

Comments
 (0)