Ghost/test/regression
Sam Lord a5484a0fe1 Fixed transaction logic in data importer
https://github.com/TryGhost/Toolbox/issues/130

The transaction no longer commits in the promise chain, which wasn't
valid logic for a transaction, since it is commited automatically when
the promise chain resolves, and rollsback automatically when the
promise chain rejects.

This makes code which fails during the transaction error in the right
place, instead of getting stuck here. (Especially good for writing
tests).

The tests for this code can now live in the integration folder.
2021-11-16 17:09:55 +00:00
..
api Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
mock-express-style Fixed mock-express style tests 2021-10-25 09:56:54 +01:00
models Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
services 🐛 Fixed setting Tier prices after changing Stripe accounts 2021-11-10 14:03:03 +02:00
site Updated test to use the correct url service utils 2021-10-20 13:18:35 +01:00