Skip to content

Commit

Permalink
fix: Fix Cypress-commands typescript E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 10, 2022
1 parent 723d657 commit a7fc36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin-api-client/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type https = require("https");
import type https from "https";
import type { BASE_PATH } from "@mocks-server/admin-api-paths";

export interface AnyObject {
Expand Down
1 change: 1 addition & 0 deletions test/cypress-commands-typescript-e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"types": ["cypress", "../../packages/cypress-commands"],
"paths": {
"@mocks-server/cypress-commands": ["../../packages/cypress-commands"]
Expand Down

0 comments on commit a7fc36f

Please sign in to comment.