Skip to content

Commit 8b598f8

Browse files
committed
chore: fix tests
1 parent 19c2a7f commit 8b598f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/adapter.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ vi.mock('@pulumi/pulumi/automation/index.js', () => {
1717
getAllConfig: vi.fn(() => {
1818
return {}
1919
}),
20+
refresh: vi.fn(),
2021
up: vi.fn(() => {
2122
return {
2223
outputs: {

0 commit comments

Comments
 (0)