Skip to content

Commit f635ee3

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[cleanup] Unify test names
Part 2 of using the same name, ref: https://crrev.com/c/7181180 There is one more place in the script that needs files renamed and all the documentation. Bypass-Check-License: Renaming files Bug: none Change-Id: I1d85b8078852451061e1b48ed5f032b81dd39cea Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7185743 Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]>
1 parent 8d5fffb commit f635ee3

File tree

250 files changed

+212
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+212
-212
lines changed

test/e2e/ai_assistance/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import("../../../scripts/build/typescript/typescript.gni")
66

77
ts_e2e_library("ai_assistance") {
8-
sources = [ "ai_assistance_test.ts" ]
8+
sources = [ "ai_assistance.test.ts" ]
99

1010
deps = [
1111
"../../../front_end/core/host:bundle",

test/e2e/animations/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import("../../../scripts/build/typescript/typescript.gni")
66

77
ts_e2e_library("animations") {
8-
sources = [ "animations_test.ts" ]
8+
sources = [ "animations.test.ts" ]
99

1010
deps = [ "../helpers" ]
1111
}
File renamed without changes.

test/e2e/application/BUILD.gn

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ import("../../../scripts/build/typescript/typescript.gni")
66

77
ts_e2e_library("application") {
88
sources = [
9-
"cookies_test.ts",
10-
"frame-tree_test.ts",
11-
"manifest_test.ts",
12-
"reporting-api_test.ts",
13-
"service-worker-network_test.ts",
14-
"service-worker-update_test.ts",
15-
"session-storage_test.ts",
16-
"shared-storage_test.ts",
17-
"storage_test.ts",
18-
"window-controls_test.ts",
9+
"cookies.test.ts",
10+
"frame-tree.test.ts",
11+
"manifest.test.ts",
12+
"reporting-api.test.ts",
13+
"service-worker-network.test.ts",
14+
"service-worker-update.test.ts",
15+
"session-storage.test.ts",
16+
"shared-storage.test.ts",
17+
"storage.test.ts",
18+
"window-controls.test.ts",
1919
]
2020

2121
deps = [
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)