Add test script to cypress package

This commit is contained in:
Jackson Harper 2022-05-10 10:48:09 -07:00
parent 57e6bcac8e
commit b1c9911827

View file

@ -2,7 +2,9 @@
"name": "@omnivore/cypress",
"version": "1.0.0",
"private": true,
"scripts": {},
"scripts": {
"test": "cypress run"
},
"dependencies": {
"@testing-library/cypress": "^8.0.2",
"cypress": "^9.5.3"