Skip to content

Commit

Permalink
Bump scenario-tester so that scenario links bins.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisselden committed Apr 4, 2022
1 parent b3fbd4b commit 3a4b1ae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lodash": "^4.17.20",
"qunit": "^2.16.0",
"resolve": "^1.20.0",
"scenario-tester": "^2.0.1",
"scenario-tester": "^2.1.1",
"ts-node": "^9.1.1"
},
"scripts": {
Expand Down
24 changes: 18 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9928,7 +9928,7 @@ fireworm@^0.7.0:
lodash.flatten "^3.0.2"
minimatch "^3.0.2"

[email protected], fixturify-project@^4.0.1:
[email protected]:
version "4.1.0"
resolved "https://registry.yarnpkg.com/fixturify-project/-/fixturify-project-4.1.0.tgz#92a4e74859321a37a5671a40f1f14297141a83c1"
integrity sha512-ywz2jaAmXbRkZSSBBQuAabfqeB1Ccy27zcl/4IcvwPHmv9aMLXyXtq/OtfP4MMNrqG//JxjSPsgLtqohFZEwdg==
Expand Down Expand Up @@ -9957,6 +9957,18 @@ fixturify-project@^2.1.0, fixturify-project@^2.1.1:
tmp "^0.0.33"
type-fest "^0.11.0"

fixturify-project@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/fixturify-project/-/fixturify-project-4.1.1.tgz#56de943266362af2c08928feb15c08754ca684b5"
integrity sha512-8rtEjPFnZaEZy4IU12N8DlhbQi9h+gnuqfZXAmFfimLVycGwaDrEBMahA156A2PvNOpnLn7kGvRxRl9INQaOoA==
dependencies:
bin-links "^3.0.0"
fixturify "^2.1.1"
resolve-package-path "^3.1.0"
tmp "^0.0.33"
type-fest "^2.3.2"
walk-sync "^3.0.0"

fixturify@^0.3.2:
version "0.3.4"
resolved "https://registry.yarnpkg.com/fixturify/-/fixturify-0.3.4.tgz#c676de404a7f8ee8e64d0b76118e62ec95ab7b25"
Expand Down Expand Up @@ -15729,12 +15741,12 @@ saxes@^5.0.1:
dependencies:
xmlchars "^2.2.0"

scenario-tester@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/scenario-tester/-/scenario-tester-2.0.1.tgz#e53d5a0b5e63ab438021e1db350ad32b3793a09c"
integrity sha512-eOKsyXxYfB5PyNVOLu6vsgT7KuLA87TGZnCkWLY6xKyZfMDmMLmHFfVnYNUQz0AS4XUvQObtVNhmkJwjNsRwtA==
scenario-tester@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/scenario-tester/-/scenario-tester-2.1.1.tgz#cf2dfaa0a6aadf2d6b441195c2babdfa48d0d624"
integrity sha512-ANy6G9WI8chdUabip2ly+YdR1p1BKz2eiq/vOnJcBB8TlAEjCkwpAVpzfHGIyTIr3QQiveKqa1KpoKF/+Mrq1Q==
dependencies:
fixturify-project "^4.0.1"
fixturify-project "^4.1.1"
fs-extra "^9.1.0"
glob "^7.1.6"
tmp "^0.2.1"
Expand Down

0 comments on commit 3a4b1ae

Please sign in to comment.