mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
10 lines
162 B
JSON
10 lines
162 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"test-all": "cypress run --browser chrome",
|
||
|
"test-all-headless": "cypress run"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"cypress": "^2.1.0"
|
||
|
}
|
||
|
}
|