diff --git a/testing/integration/cypress/support/index.ts b/testing/integration/cypress/support/index.ts new file mode 100644 index 000000000..5a7b2f79c --- /dev/null +++ b/testing/integration/cypress/support/index.ts @@ -0,0 +1,2 @@ +// cypress/support/index.ts +import './commands';