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 19c2a7f commit 8b598f8Copy full SHA for 8b598f8
tests/adapter.test.ts
@@ -17,6 +17,7 @@ vi.mock('@pulumi/pulumi/automation/index.js', () => {
17
getAllConfig: vi.fn(() => {
18
return {}
19
}),
20
+ refresh: vi.fn(),
21
up: vi.fn(() => {
22
return {
23
outputs: {
0 commit comments