f-okd / leetdaily

Chrome extension for technical interview preparation. Built with React + Typescript.
https://chromewebstore.google.com/detail/leetdaily/cfhnjpngjdebepnkodkncekbdjanmnhm?hl=en
1 stars 1 forks source link

Test: add test to check that LeetcodeEndpoint class is called when use clicks open daily challenge button #3

Closed f-okd closed 3 months ago

f-okd commented 3 months ago

You may run into caching related issues: consider looking into dynamic imports when updating App.test.tsx

f-okd commented 3 months ago

Implemented in https://github.com/f-okd/leetdaily/pull/13