Skip to content

Commit 311ee3e

Browse files
committed
Don't need this file anymore
1 parent d94c7c5 commit 311ee3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/@aws-cdk/construct-metadata-updater/test/metadata-updater.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1+
import { ConstructsUpdater, EnumLikeUpdater, PropertyUpdater } from '../lib/metadata-updater';
2+
import { Project, ClassDeclaration, SourceFile, QuoteKind, IndentationText } from 'ts-morph';
3+
import * as path from 'path';
4+
import * as fs from 'fs';
5+
16
// Mock ts-morph
27
jest.mock('ts-morph');
38
// Mock fs
49
jest.mock('fs');
510
// Mock path
611
jest.mock('path');
712

8-
import { ConstructsUpdater, EnumLikeUpdater, PropertyUpdater } from '../lib/metadata-updater';
9-
import { Project, ClassDeclaration, SourceFile, QuoteKind, IndentationText } from 'ts-morph';
10-
import * as path from 'path';
11-
import * as fs from 'fs';
12-
1313
describe('ResourceMetadataUpdater', () => {
1414
let updater: ConstructsUpdater;
1515
let mockSourceFile: jest.Mocked<SourceFile>;

0 commit comments

Comments
 (0)