From 038dc7f9232430649c23f36be21806de781fd85c Mon Sep 17 00:00:00 2001 From: tzhangchi Date: Tue, 3 Jan 2023 22:20:01 +0800 Subject: [PATCH] tests: rename --- .eslintignore | 2 ++ packages/data-center/{__tests__ => tests}/attachment.spec.ts | 0 packages/data-center/{__tests__ => tests}/auth.spec.ts | 0 packages/data-center/{__tests__ => tests}/cloud-sync.spec.ts | 0 packages/data-center/{__tests__ => tests}/import-export.spec.ts | 0 packages/data-center/{__tests__ => tests}/init.spec.ts | 0 packages/data-center/{__tests__ => tests}/search.spec.ts | 0 packages/data-center/{__tests__ => tests}/share.spec.ts | 0 packages/data-center/{__tests__ => tests}/utils.ts | 0 packages/data-center/{__tests__ => tests}/workspace.spec.ts | 0 10 files changed, 2 insertions(+) rename packages/data-center/{__tests__ => tests}/attachment.spec.ts (100%) rename packages/data-center/{__tests__ => tests}/auth.spec.ts (100%) rename packages/data-center/{__tests__ => tests}/cloud-sync.spec.ts (100%) rename packages/data-center/{__tests__ => tests}/import-export.spec.ts (100%) rename packages/data-center/{__tests__ => tests}/init.spec.ts (100%) rename packages/data-center/{__tests__ => tests}/search.spec.ts (100%) rename packages/data-center/{__tests__ => tests}/share.spec.ts (100%) rename packages/data-center/{__tests__ => tests}/utils.ts (100%) rename packages/data-center/{__tests__ => tests}/workspace.spec.ts (100%) diff --git a/.eslintignore b/.eslintignore index 63e7a67a1e..f2e3541e4c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,3 +4,5 @@ **/node_modules/** .github/** **/__tests__/** +**/tests/** + diff --git a/packages/data-center/__tests__/attachment.spec.ts b/packages/data-center/tests/attachment.spec.ts similarity index 100% rename from packages/data-center/__tests__/attachment.spec.ts rename to packages/data-center/tests/attachment.spec.ts diff --git a/packages/data-center/__tests__/auth.spec.ts b/packages/data-center/tests/auth.spec.ts similarity index 100% rename from packages/data-center/__tests__/auth.spec.ts rename to packages/data-center/tests/auth.spec.ts diff --git a/packages/data-center/__tests__/cloud-sync.spec.ts b/packages/data-center/tests/cloud-sync.spec.ts similarity index 100% rename from packages/data-center/__tests__/cloud-sync.spec.ts rename to packages/data-center/tests/cloud-sync.spec.ts diff --git a/packages/data-center/__tests__/import-export.spec.ts b/packages/data-center/tests/import-export.spec.ts similarity index 100% rename from packages/data-center/__tests__/import-export.spec.ts rename to packages/data-center/tests/import-export.spec.ts diff --git a/packages/data-center/__tests__/init.spec.ts b/packages/data-center/tests/init.spec.ts similarity index 100% rename from packages/data-center/__tests__/init.spec.ts rename to packages/data-center/tests/init.spec.ts diff --git a/packages/data-center/__tests__/search.spec.ts b/packages/data-center/tests/search.spec.ts similarity index 100% rename from packages/data-center/__tests__/search.spec.ts rename to packages/data-center/tests/search.spec.ts diff --git a/packages/data-center/__tests__/share.spec.ts b/packages/data-center/tests/share.spec.ts similarity index 100% rename from packages/data-center/__tests__/share.spec.ts rename to packages/data-center/tests/share.spec.ts diff --git a/packages/data-center/__tests__/utils.ts b/packages/data-center/tests/utils.ts similarity index 100% rename from packages/data-center/__tests__/utils.ts rename to packages/data-center/tests/utils.ts diff --git a/packages/data-center/__tests__/workspace.spec.ts b/packages/data-center/tests/workspace.spec.ts similarity index 100% rename from packages/data-center/__tests__/workspace.spec.ts rename to packages/data-center/tests/workspace.spec.ts