diff --git a/types/scheduler/scheduler-tests.ts b/types/scheduler/test/scheduler.ts similarity index 100% rename from types/scheduler/scheduler-tests.ts rename to types/scheduler/test/scheduler.ts diff --git a/types/scheduler/tracing-tests.ts b/types/scheduler/test/tracing.ts similarity index 100% rename from types/scheduler/tracing-tests.ts rename to types/scheduler/test/tracing.ts diff --git a/types/scheduler/tsconfig.json b/types/scheduler/tsconfig.json index 629f1fc5db..8e098a5df3 100644 --- a/types/scheduler/tsconfig.json +++ b/types/scheduler/tsconfig.json @@ -18,8 +18,8 @@ }, "files": [ "index.d.ts", - "scheduler-tests.ts", + "test/scheduler.ts", "tracing.d.ts", - "tracing-tests.ts" + "test/tracing.ts" ] }