Skip to content

Commit

Permalink
chore: remove template cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 22, 2024
1 parent a2148c6 commit a50b668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
12 changes: 0 additions & 12 deletions cypress/e2e/main.cy.ts

This file was deleted.

16 changes: 3 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"include": [
"build",
"scripts/typescript",
"globals.d.ts",
"cypress/**/*.ts",
"cypress.config.ts",
"static/**/*.ts",
".github/**/*.ts"
],
"include": ["build", "scripts/typescript", "globals.d.ts", "cypress/**/*.ts", "cypress.config.ts", "static/**/*.ts", ".github/**/*.ts"],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
/* Projects */
Expand Down Expand Up @@ -38,9 +30,7 @@
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
"types": [
"cypress"
] /* Specify type package names to be included without being referenced in a source file. */,
"types": ["cypress"] /* Specify type package names to be included without being referenced in a source file. */,
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
Expand Down Expand Up @@ -109,4 +99,4 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
}
}

0 comments on commit a50b668

Please sign in to comment.