Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lengthen

+1 -1
+1 -1
test/e2e/util.ts
··· 7 7 8 8 export const waitForExpect = async ( 9 9 expectFn: () => void, 10 - { interval = 200, timeout = 10000 }: WaitForExpectOptions = {} 10 + { interval = 500, timeout = 15000 }: WaitForExpectOptions = {} 11 11 ) => { 12 12 // @sinonjs/fake-timers injects `clock` property into setTimeout 13 13 const usesFakeTimers = 'clock' in setTimeout;