owncloud / owncloud-sdk

:cloud: ownCloud client library for JavaScript
https://owncloud.dev/owncloud-sdk/
MIT License
75 stars 33 forks source link

Fix the tests #858

Closed dpakach closed 3 years ago

dpakach commented 3 years ago

these issues in pact-js are fixed now https://github.com/pact-foundation/pact-js/issues/632 https://github.com/pact-foundation/pact-js/issues/633

we still have a lot of tests skipped because of these issues, we need to go through the tests and unskip them now

dpakach commented 3 years ago

This will require the updated version of pact-js https://github.com/pact-foundation/pact-js/releases/tag/v10.0.0-beta.36

dpakach commented 3 years ago

https://github.com/owncloud/owncloud-sdk/pull/859 updates pactjs to the latest version while https://github.com/pact-foundation/pact-js/issues/633 is fixed, https://github.com/pact-foundation/pact-js/issues/632 is not fixed yet, so moving it to backlog till then

pascalwengerter commented 3 years ago

Closed in favor of #924 which includes (I suppose) bumping pact-js and sorting out skipped tests that were enabled from the newer version