Skip to content

Commit 3cb3939

Browse files
Fix lint error
1 parent 93f83d1 commit 3cb3939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdk/lib/notifications.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import { describe, expect, it } from 'bun:test';
12
import { App } from 'aws-cdk-lib';
23
import { Template } from 'aws-cdk-lib/assertions';
3-
import { describe, expect, it } from 'bun:test';
44
import { DispatchStack } from './notifications';
55

66
describe('The Notifications stack', () => {

0 commit comments

Comments
 (0)