about summary refs log tree commit diff
path: root/editors/code/tests
diff options
context:
space:
mode:
authorTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-07-11 22:35:10 +0900
committerTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-07-13 22:44:29 +0900
commitf7823f31069c6ec5be24d0497847bf1bb8a4c683 (patch)
tree2bd1cf3324ab3c48b1c77bf45cb62f1f0829a40c /editors/code/tests
parent9d06aa55b41dfcf60cfe4606eec54aa7bfd83cb2 (diff)
downloadrust-f7823f31069c6ec5be24d0497847bf1bb8a4c683.tar.gz
rust-f7823f31069c6ec5be24d0497847bf1bb8a4c683.zip
editor/code: Re-apply code format
Diffstat (limited to 'editors/code/tests')
-rw-r--r--editors/code/tests/unit/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/tests/unit/index.ts b/editors/code/tests/unit/index.ts
index c231927bb00..8ad46546abd 100644
--- a/editors/code/tests/unit/index.ts
+++ b/editors/code/tests/unit/index.ts
@@ -63,7 +63,7 @@ export async function run(): Promise<void> {
     const context = new Context();
 
     const testFiles = (await readdir(path.resolve(__dirname))).filter((name) =>
-        name.endsWith(".test.js")
+        name.endsWith(".test.js"),
     );
     for (const testFile of testFiles) {
         try {