👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

drop num runs to avoid timeout

+1 -1
+1 -1
src/lib/__tests__/richtext-convert.test.ts
··· 2032 2032 const result = lexiconToTree(lexicon); 2033 2033 return result.eq(doc); 2034 2034 }), 2035 - { numRuns: 10_000 }, 2035 + { numRuns: 1000 }, 2036 2036 ); 2037 2037 }); 2038 2038