Searched refs:promptExamplesAsync (Results 1 – 3 of 3) sorted by relevance
8 promptExamplesAsync,39 describe(promptExamplesAsync, () => {42 await expect(() => promptExamplesAsync()).rejects.toThrowError(/cannot prompt/i);57 await expect(promptExamplesAsync()).resolves.toBe('test-1');
9 promptExamplesAsync,137 resolvedExample = await promptExamplesAsync();
60 export async function promptExamplesAsync() { function