From 468a6e3ef91a39acbf9d5dc3f762968b8e4f5f0b Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 00:03:39 +0530 Subject: [PATCH] test: update tests directory --- {test => __tests__}/animeAboutInfo.test.ts | 0 {test => __tests__}/animeCategory.test.ts | 0 {test => __tests__}/animeEpisodeSrcs.test.ts | 0 {test => __tests__}/animeEpisodes.test.ts | 0 {test => __tests__}/animeGenre.test.ts | 0 {test => __tests__}/animeProducer.test.ts | 0 {test => __tests__}/animeSearch.test.ts | 0 {test => __tests__}/animeSearchSuggestion.test.ts | 0 {test => __tests__}/episodeServers.test.ts | 0 {test => __tests__}/estimatedSchedule.test.ts | 0 {test => __tests__}/homePage.test.ts | 0 {test => __tests__}/nextEpisodeSchedule.test.ts | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {test => __tests__}/animeAboutInfo.test.ts (100%) rename {test => __tests__}/animeCategory.test.ts (100%) rename {test => __tests__}/animeEpisodeSrcs.test.ts (100%) rename {test => __tests__}/animeEpisodes.test.ts (100%) rename {test => __tests__}/animeGenre.test.ts (100%) rename {test => __tests__}/animeProducer.test.ts (100%) rename {test => __tests__}/animeSearch.test.ts (100%) rename {test => __tests__}/animeSearchSuggestion.test.ts (100%) rename {test => __tests__}/episodeServers.test.ts (100%) rename {test => __tests__}/estimatedSchedule.test.ts (100%) rename {test => __tests__}/homePage.test.ts (100%) rename {test => __tests__}/nextEpisodeSchedule.test.ts (100%) diff --git a/test/animeAboutInfo.test.ts b/__tests__/animeAboutInfo.test.ts similarity index 100% rename from test/animeAboutInfo.test.ts rename to __tests__/animeAboutInfo.test.ts diff --git a/test/animeCategory.test.ts b/__tests__/animeCategory.test.ts similarity index 100% rename from test/animeCategory.test.ts rename to __tests__/animeCategory.test.ts diff --git a/test/animeEpisodeSrcs.test.ts b/__tests__/animeEpisodeSrcs.test.ts similarity index 100% rename from test/animeEpisodeSrcs.test.ts rename to __tests__/animeEpisodeSrcs.test.ts diff --git a/test/animeEpisodes.test.ts b/__tests__/animeEpisodes.test.ts similarity index 100% rename from test/animeEpisodes.test.ts rename to __tests__/animeEpisodes.test.ts diff --git a/test/animeGenre.test.ts b/__tests__/animeGenre.test.ts similarity index 100% rename from test/animeGenre.test.ts rename to __tests__/animeGenre.test.ts diff --git a/test/animeProducer.test.ts b/__tests__/animeProducer.test.ts similarity index 100% rename from test/animeProducer.test.ts rename to __tests__/animeProducer.test.ts diff --git a/test/animeSearch.test.ts b/__tests__/animeSearch.test.ts similarity index 100% rename from test/animeSearch.test.ts rename to __tests__/animeSearch.test.ts diff --git a/test/animeSearchSuggestion.test.ts b/__tests__/animeSearchSuggestion.test.ts similarity index 100% rename from test/animeSearchSuggestion.test.ts rename to __tests__/animeSearchSuggestion.test.ts diff --git a/test/episodeServers.test.ts b/__tests__/episodeServers.test.ts similarity index 100% rename from test/episodeServers.test.ts rename to __tests__/episodeServers.test.ts diff --git a/test/estimatedSchedule.test.ts b/__tests__/estimatedSchedule.test.ts similarity index 100% rename from test/estimatedSchedule.test.ts rename to __tests__/estimatedSchedule.test.ts diff --git a/test/homePage.test.ts b/__tests__/homePage.test.ts similarity index 100% rename from test/homePage.test.ts rename to __tests__/homePage.test.ts diff --git a/test/nextEpisodeSchedule.test.ts b/__tests__/nextEpisodeSchedule.test.ts similarity index 100% rename from test/nextEpisodeSchedule.test.ts rename to __tests__/nextEpisodeSchedule.test.ts