Searched refs:getConfigAsync (Results 1 – 9 of 9) sorted by relevance
25 getConfigAsync(key: string): Promise<string>; method
31 getConfigAsync(key: string): Promise<string>; method
28 getConfigAsync(key: string): Promise<string>;
46 async getConfigAsync(key) { method in BasePackageManager
79 async getConfigAsync(key: string) {
126 expect(await bun.getConfigAsync('registry')).toBe('https://custom.registry.org/');
140 expect(await pnpm.getConfigAsync('registry')).toBe('https://custom.registry.org/');
126 expect(await yarn.getConfigAsync('registry')).toBe('https://custom.registry.org/');
134 expect(await npm.getConfigAsync('registry')).toBe('https://custom.registry.org/');