Skip to content

Commit e6a402c

Browse files
committed
chore: Rewrite test utils doc generator
1 parent a86a6ff commit e6a402c

File tree

23 files changed

+320
-80
lines changed

23 files changed

+320
-80
lines changed
File renamed without changes.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"include": ["advanced-types.ts"]
2+
"extends": "../tsconfig.json"
43
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
export class DefaultValueWrapper {
4+
selectOption(index = 1): void {}
5+
6+
openDropdown(expandToViewport = false): void {}
7+
8+
getColumns(order: 'first' | 'last' = 'first'): void {}
9+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig.json"
3+
}

fixtures/test-utils/glob-test/a.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

fixtures/test-utils/glob-test/b.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

fixtures/test-utils/glob-test/tsconfig.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"include": ["inheritance.ts"]
2+
"extends": "../tsconfig.json"
43
}

0 commit comments

Comments
 (0)