commercetools-node-mock icon indicating copy to clipboard operation
commercetools-node-mock copied to clipboard

Mock for the commercetools rest api

Results 23 commercetools-node-mock issues
Sort by recently updated
recently updated
newest added

I'm using this library in a project and Wiz scan is showing that Express 4.18.2 has vulnerability that was fixed in the version 4.19.2 https://github.com/advisories/GHSA-rv95-896h-c2vc Issue #180

Hi, I'm using this library in a project and Wiz scan is showing that Express 4.18.2 has vulnerability that was fixed in the version 4.19.2 https://github.com/advisories/GHSA-rv95-896h-c2vc Could we update express...

Hello, I was looking to test the suggest endpoint using your awesome project but it doesn't seem supported ! Are you guys planning to add this feature to the project...

enhancement

The me() endpoints should return values based on the scope (anonymous_id: xx, customer_id: xx)

enhancement

Currently there's no real mock implementation for subscriptions. This occurs issues like https://github.com/labd/terraform-provider-commercetools/pull/364#issuecomment-1556795625 appear in our Terraform provider, as we don't see any error appear if we miss certain properties....

enhancement

Really minimal for now but it proofs that this will work. We use graphql-yoga instead of apollo since we can init this one without async support and it has fewer...

Hey, The library looks interesting and might help us to reduce lots of boilerplate test code. I tried the example in the readme but unfortunately, it did not work for...