Skip to content

Commit

Permalink
fix(cypress): include node types (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko authored Sep 29, 2023
1 parent 2f19568 commit 3983186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"cypress",
"@commercetools-frontend/cypress/add-commands",
"@percy/cypress",
"@testing-library/cypress"
"@testing-library/cypress",
"@types/node"
]
},
"include": ["./**/*.ts"]
Expand Down

1 comment on commit 3983186

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-3o088v2sr-commercetools.vercel.app

Built with commit 3983186.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.