Skip to content

Commit fa54d44

Browse files
authored
chore: tests don't work on Node 22 (#1308)
Add the disposable symbols polyfill. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 506ec5a commit fa54d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@aws-cdk/toolkit-lib/lib/api/cloud-assembly/private/disposable-box.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import '../../../private/dispose-polyfill';
2+
13
/**
24
* An async disposable whose disposable value can be prevented from being disposed.
35
*

0 commit comments

Comments
 (0)