Skip to content

Commit ffab8a3

Browse files
committed
fix e2e test
1 parent 5aaad47 commit ffab8a3

File tree

40 files changed

+307
-109
lines changed

40 files changed

+307
-109
lines changed

e2e/tests/nexus--deprecation--google-protobuf/tsconfig.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
10-
"include": ["./**/*", "../../src/**/*", "../__generated__/nexus/google-protobuf/testapis/deprecation/**/*"]
11-
}
12+
"include": [
13+
"./**/*",
14+
"../../src/**/*",
15+
"../__generated__/nexus/google-protobuf/testapis/deprecation/**/*"
16+
]
17+
}

e2e/tests/nexus--deprecation--protobufjs/tsconfig.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
10-
"include": ["./**/*", "../../src/**/*", "../__generated__/nexus/protobufjs/testapis/deprecation/**/*"]
11-
}
12+
"include": [
13+
"./**/*",
14+
"../../src/**/*",
15+
"../__generated__/nexus/protobufjs/testapis/deprecation/**/*"
16+
]
17+
}

e2e/tests/nexus--edgecases-import_from_same_pkg--google-protobuf/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
1012
"include": [
1113
"./**/*",
1214
"../../src/**/*",
1315
"../__generated__/nexus/google-protobuf/testapis/edgecases/import_from_same_pkg/**/*"
1416
]
15-
}
17+
}

e2e/tests/nexus--edgecases-import_from_same_pkg--protobufjs/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
1012
"include": [
1113
"./**/*",
1214
"../../src/**/*",
1315
"../__generated__/nexus/protobufjs/testapis/edgecases/import_from_same_pkg/**/*"
1416
]
15-
}
17+
}

e2e/tests/nexus--edgecases-import_squashed_union--google-protobuf/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
1012
"include": [
1113
"./**/*",
1214
"../../src/**/*",
1315
"../__generated__/nexus/google-protobuf/testapis/edgecases/import_squashed_union/**/*"
1416
]
15-
}
17+
}

e2e/tests/nexus--edgecases-import_squashed_union--protobufjs/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
1012
"include": [
1113
"./**/*",
1214
"../../src/**/*",
1315
"../__generated__/nexus/protobufjs/testapis/edgecases/import_squashed_union/**/*"
1416
]
15-
}
17+
}

e2e/tests/nexus--empty_types--google-protobuf/tsconfig.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
10-
"include": ["./**/*", "../../src/**/*", "../__generated__/nexus/google-protobuf/testapis/empty_types/**/*"]
11-
}
12+
"include": [
13+
"./**/*",
14+
"../../src/**/*",
15+
"../__generated__/nexus/google-protobuf/testapis/empty_types/**/*"
16+
]
17+
}

e2e/tests/nexus--empty_types--protobufjs/tsconfig.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
10-
"include": ["./**/*", "../../src/**/*", "../__generated__/nexus/protobufjs/testapis/empty_types/**/*"]
11-
}
12+
"include": [
13+
"./**/*",
14+
"../../src/**/*",
15+
"../__generated__/nexus/protobufjs/testapis/empty_types/**/*"
16+
]
17+
}

e2e/tests/nexus--enums--google-protobuf/tsconfig.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
10-
"include": ["./**/*", "../../src/**/*", "../__generated__/nexus/google-protobuf/testapis/enums/**/*"]
11-
}
12+
"include": [
13+
"./**/*",
14+
"../../src/**/*",
15+
"../__generated__/nexus/google-protobuf/testapis/enums/**/*"
16+
]
17+
}

e2e/tests/nexus--enums--protobufjs/tsconfig.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"compilerOptions": {
55
"baseUrl": ".",
66
"paths": {
7-
"@testapp/*": ["./*"]
7+
"@testapp/*": [
8+
"./*"
9+
]
810
}
911
},
10-
"include": ["./**/*", "../../src/**/*", "../__generated__/nexus/protobufjs/testapis/enums/**/*"]
11-
}
12+
"include": [
13+
"./**/*",
14+
"../../src/**/*",
15+
"../__generated__/nexus/protobufjs/testapis/enums/**/*"
16+
]
17+
}

0 commit comments

Comments
 (0)