Files
metrics/tests/mocks/index.mjs
Simon Lecoq f5a958ab77 fix(tests): change how Proxy is used for octokit rest
It seems that rest octokit is alredy using some kind of meta-programming with conflicts with the way of how metrics mocks data (assignement does not override value, despite `writable: true, configurable: true` as property descriptors, and ends up hitting the real api). current fix will only support 2 level depth, but should be good enough for now
2023-08-24 17:51:59 -04:00

6.0 KiB