Skip to content

Commit def9174

Browse files
committed
🔧 Chore: add bdd-stdin for testing
1 parent 0cb3060 commit def9174

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"ava": "^0.18.2",
4444
"babel-cli": "^6.24.0",
4545
"babel-preset-env": "^1.2.1",
46+
"bdd-stdin": "^0.2.0",
4647
"coveralls": "^2.12.0",
4748
"eslint": "^3.17.1",
4849
"eslint-config-airbnb-base": "^11.1.1",
@@ -58,4 +59,4 @@
5859
"json-extra": "^0.5.0",
5960
"yargs": "^7.0.2"
6061
}
61-
}
62+
}

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,12 @@ bcrypt-pbkdf@^1.0.0:
811811
dependencies:
812812
tweetnacl "^0.14.3"
813813

814+
bdd-stdin@^0.2.0:
815+
version "0.2.0"
816+
resolved "https://registry.yarnpkg.com/bdd-stdin/-/bdd-stdin-0.2.0.tgz#04e66aa480e0e0df861e288a4062fb8557db2441"
817+
dependencies:
818+
mock-stdin "0.3.0"
819+
814820
binary-extensions@^1.0.0:
815821
version "1.8.0"
816822
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774"
@@ -2639,6 +2645,10 @@ [email protected], minimist@^1.1.3, minimist@^1.2.0:
26392645
dependencies:
26402646
minimist "0.0.8"
26412647

2648+
2649+
version "0.3.0"
2650+
resolved "https://registry.yarnpkg.com/mock-stdin/-/mock-stdin-0.3.0.tgz#f40d2a513a114e6d547480625b5ef5190744bd4d"
2651+
26422652
26432653
version "0.7.1"
26442654
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"

0 commit comments

Comments
 (0)