0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated express-test to 0.13.0

no issue

This includes support for uploading files in tests.
This commit is contained in:
Simon Backx 2023-01-18 11:42:42 +01:00
parent 2dc9c7dbba
commit acf0baa8c7
2 changed files with 5 additions and 5 deletions

View file

@ -202,7 +202,7 @@
},
"devDependencies": {
"@playwright/test": "1.29.2",
"@tryghost/express-test": "0.12.0",
"@tryghost/express-test": "0.13.0",
"@tryghost/webhook-mock-receiver": "0.2.3",
"@types/common-tags": "1.8.1",
"c8": "7.12.0",

View file

@ -4367,10 +4367,10 @@
lodash "^4.17.21"
uuid "^9.0.0"
"@tryghost/express-test@0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@tryghost/express-test/-/express-test-0.12.0.tgz#0b96201cadffa615a32e13d225c4cb6871292f0c"
integrity sha512-hLtPj/GrjYo52mQpWhkPa386cEKZ2RrzwsHQmE3zfOu3PEqNlLB+4hf0J7SW4gpiHhBtEneytYvj20q2c75qIg==
"@tryghost/express-test@0.13.0":
version "0.13.0"
resolved "https://registry.yarnpkg.com/@tryghost/express-test/-/express-test-0.13.0.tgz#7fc20dc6f0488c09a79117a0233e46cf3fff25fd"
integrity sha512-8iE9Lbcw/O0CQd7PcOFfSaKIDrKcZrD496Fm+Ull+k60gy79TH/vtCMBwdRIon+bjaSO1fu0HzYnPO68rholKA==
dependencies:
"@tryghost/jest-snapshot" "^0.5.0"
cookiejar "^2.1.3"