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 93f83d1 commit 3cb3939Copy full SHA for 3cb3939
1 file changed
cdk/lib/notifications.test.ts
@@ -1,6 +1,6 @@
1
+import { describe, expect, it } from 'bun:test';
2
import { App } from 'aws-cdk-lib';
3
import { Template } from 'aws-cdk-lib/assertions';
-import { describe, expect, it } from 'bun:test';
4
import { DispatchStack } from './notifications';
5
6
describe('The Notifications stack', () => {
0 commit comments