Skip to content

Commit 8b0ccd9

Browse files
slowcheetahzloirock
authored andcommitted
Rename entries tests
1 parent 185f393 commit 8b0ccd9

File tree

17 files changed

+26
-10
lines changed

17 files changed

+26
-10
lines changed
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["./entries.ts"]
3+
"include": [
4+
"./test.ts"
5+
]
46
}
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["./entries.ts"]
3+
"include": [
4+
"./test.ts"
5+
]
46
}
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["./entries.ts"]
3+
"include": [
4+
"./test.ts"
5+
]
46
}
File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["./entries.ts"]
3+
"include": [
4+
"./test.ts"
5+
]
46
}
File renamed without changes.

tests/type-definitions/entries/global/tsconfig.json renamed to tests/type-definitions/entries/global-symlinks/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["./imports.ts"],
3+
"include": [
4+
"./test.ts"
5+
],
46
"compilerOptions": {
57
"types": ["@core-js/types"]
68
}

0 commit comments

Comments
 (0)