From 1f7f9e32b6a55967fb882b60001d201af5dd7b27 Mon Sep 17 00:00:00 2001 From: chloe <44501120+chloezxyy@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:12:43 +0800 Subject: [PATCH] chore(e2e): remove unused index.ts --- apps/web/cypress/plugins/index.ts | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 apps/web/cypress/plugins/index.ts diff --git a/apps/web/cypress/plugins/index.ts b/apps/web/cypress/plugins/index.ts deleted file mode 100644 index 18b2ec36..00000000 --- a/apps/web/cypress/plugins/index.ts +++ /dev/null @@ -1,24 +0,0 @@ -// // *********************************************************** -// // This example plugins/index.js can be used to load plugins -// // -// // You can change the location of this file or turn off loading -// // the plugins file with the 'pluginsFile' configuration option. -// // -// // You can read more here: -// // https://on.cypress.io/plugins-guide -// // *********************************************************** -// -// // This function is called when a project is opened or re-opened (e.g. due to -// // the project's config changing) -// -// /** -// * @type {Cypress.PluginConfig} -// */ -// // eslint-disable-next-line no-unused-vars -// module.exports = ( -// on: Cypress.PluginEvents, -// config: Cypress.PluginConfigOptions, -// ): any => { -// require("@cypress/code-coverage/task")(on, config); -// return config; -// };