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