ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

feat: turn syncing tests on in recon mode #3169

Closed stephhuynh18 closed 7 months ago

stephhuynh18 commented 7 months ago

I put testIfV3 + describeIfV3 in testing utils if they are permanent (ex. a test for pubsub will never be run in v' mode) I left them defined in the test file if it is temporary. Added some more comments to tests as I'm going through them Clean up some code