mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
231 stars 63 forks source link

Updated Travis CI configuration and dependencies #214

Closed Pimm closed 3 years ago

Pimm commented 3 years ago
Pimm commented 3 years ago

Although I'm wondering why that test didn't fail before..

The expect is inside if (!orders.length). This test creates an order only if there are none (and only checks the ID if the order was created).

Tests previously ran with a different API key. An API key for an account which already had at least one order.

I do plan on reviewing all of these tests in the near future. They should behave consistent ‒ regardless of the payments/orders/customers which exist or do not exist on the test account.