Files
cypress/system-tests/projects/vite-ct-function-api/package.json
Blue F 09091d2b21 chore: Use upstream cypress-testing-library again (#25548)
* chore: Use upstream cypress-testing-library again

* Update cypress-example-kitchensink commit hash

* Revert "Update cypress-example-kitchensink commit hash"

This reverts commit 8de5d1f945.

---------

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2023-01-30 14:50:53 -08:00

13 lines
305 B
JSON

{
"name": "@test-project/vite-ct-function-api",
"version": "0.0.0-test",
"private": true,
"dependencies": {},
"devDependencies": {
"@cypress/vite-dev-server": "file:../../../npm/vite-dev-server",
"@testing-library/cypress": "9.0.0",
"typescript": "4.2.3",
"vite": "2.7.10"
}
}