We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b2343 commit 05cf7c6Copy full SHA for 05cf7c6
extension/src/test/suite/experiments/data/index.test.ts
@@ -31,7 +31,7 @@ suite('Experiments Data Test Suite', () => {
31
32
describe('ExperimentsData', () => {
33
it('should debounce all calls to update that are made within 200ms', async () => {
34
- stub(Watcher, 'createFileSystemWatcher').resolves(mockWatcher)
+ stub(Watcher, 'createFileSystemWatcher').returns(mockWatcher)
35
stub(Watcher, 'createNecessaryFileSystemWatcher').returns(mockWatcher)
36
37
const { cliReader, internalCommands } = buildInternalCommands(disposable)
0 commit comments