mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add test script to cypress package
This commit is contained in:
parent
57e6bcac8e
commit
b1c9911827
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue