mirror of
https://github.com/thegeeklab/wait-for.git
synced 2024-11-05 04:20:42 +00:00
9 lines
122 B
JSON
9 lines
122 B
JSON
{
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/bats wait-for.bats"
|
|
},
|
|
"dependencies": {
|
|
"bats": "^0.4.2"
|
|
}
|
|
}
|