From c00379d7de6df2446a55d89563a42359fd456ec3 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 20 Feb 2025 18:03:15 -0500 Subject: [PATCH] Remove tests files --- test/.astro/content-assets.mjs | 1 - test/.astro/content-modules.mjs | 1 - test/.astro/data-store.json | 1 - test/.astro/settings.json | 5 ----- test/.astro/types.d.ts | 1 - 5 files changed, 9 deletions(-) delete mode 100644 test/.astro/content-assets.mjs delete mode 100644 test/.astro/content-modules.mjs delete mode 100644 test/.astro/data-store.json delete mode 100644 test/.astro/settings.json delete mode 100644 test/.astro/types.d.ts diff --git a/test/.astro/content-assets.mjs b/test/.astro/content-assets.mjs deleted file mode 100644 index 2b8b823..0000000 --- a/test/.astro/content-assets.mjs +++ /dev/null @@ -1 +0,0 @@ -export default new Map(); \ No newline at end of file diff --git a/test/.astro/content-modules.mjs b/test/.astro/content-modules.mjs deleted file mode 100644 index 2b8b823..0000000 --- a/test/.astro/content-modules.mjs +++ /dev/null @@ -1 +0,0 @@ -export default new Map(); \ No newline at end of file diff --git a/test/.astro/data-store.json b/test/.astro/data-store.json deleted file mode 100644 index a929187..0000000 --- a/test/.astro/data-store.json +++ /dev/null @@ -1 +0,0 @@ -[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.3.0","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":false,\"port\":4321,\"streaming\":true},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"responsiveImages\":false,\"serializeConfig\":false},\"legacy\":{\"collections\":false}}"] \ No newline at end of file diff --git a/test/.astro/settings.json b/test/.astro/settings.json deleted file mode 100644 index 7791fe7..0000000 --- a/test/.astro/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "_variables": { - "lastUpdateCheck": 1739957043951 - } -} \ No newline at end of file diff --git a/test/.astro/types.d.ts b/test/.astro/types.d.ts deleted file mode 100644 index f964fe0..0000000 --- a/test/.astro/types.d.ts +++ /dev/null @@ -1 +0,0 @@ -///