Skip to content

Commit

Permalink
fix: typescript config issues with cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Oct 28, 2023
1 parent 560da4c commit f2d2b40
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { areEqualElements } from "./areEqualElements.ts";
import { areEqualElements } from "./areEqualElements.tsx";

const baseScoreElement = {
name: "foo",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getRefinedChecks } from "./getRefinedChecks.ts";
import { CHECKS_LIST_NAMES } from "../../constants/checks";
import { getRefinedChecks } from "./getRefinedChecks.tsx";
import { CHECKS_LIST_NAMES } from "../../constants/checks.ts";
import sample1 from "../../../cypress/fixtures/2ac5e9889aba461f5a54d320973d2574980d206b.json";
import sample2 from "../../../cypress/fixtures/077fd7d83d7d41695137c1af5b9be1d72250e69e.json";

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"allowImportingTsExtensions": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
Expand Down

0 comments on commit f2d2b40

Please sign in to comment.