Skip to content

Commit 9cd4bb3

Browse files
committed
Revert "Rename new tests"
This reverts commit 3f74e41.
1 parent 3f74e41 commit 9cd4bb3

File tree

18 files changed

+9
-27
lines changed

18 files changed

+9
-27
lines changed

tests/type-definitions/entries/actual/entries.actual.test.ts renamed to tests/type-definitions/entries/actual/entries.ts

File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": [
4-
"./entries.actual.test.ts"
5-
]
3+
"include": ["./entries.ts"]
64
}

tests/type-definitions/entries/configurator/global/configurator.global.test.ts renamed to tests/type-definitions/entries/configurator/global/configurator.ts

File renamed without changes.

tests/type-definitions/entries/configurator/global/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "../../../tsconfig.json",
3-
"include": [
4-
"./configurator.global.test.ts"
5-
],
3+
"include": ["./configurator.ts"],
64
"compilerOptions": {
75
"types": [
86
"@core-js/types"

tests/type-definitions/entries/configurator/import/configurator.import.test.ts renamed to tests/type-definitions/entries/configurator/import/configurator.ts

File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"extends": "../../../tsconfig.json",
3-
"include": [
4-
"./configurator.import.test.ts"
5-
]
3+
"include": ["./configurator.ts"]
64
}
File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": [
4-
"./entries.es.test.ts"
5-
]
3+
"include": ["./entries.ts"]
64
}
File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": [
4-
"./entries.full.test.ts"
5-
]
3+
"include": ["./entries.ts"]
64
}

0 commit comments

Comments
 (0)