orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Split tests #181

Closed haadcode closed 6 years ago

haadcode commented 6 years ago

This PR will split tests in log.spec.js into several test files to enable easier readability and maintainability.

Mor specifically, this PR includes the following changes:

haadcode commented 6 years ago

Closes https://github.com/orbitdb/ipfs-log/issues/153