Currently many tests use a property that is undefined as part of the path for the ipfs repo option. This results in folders created being named undefined-entry-io1608448165710 instead of <repo name>-entry-io1608448165710. These folders are created in the project root and are not ignored by git.
Currently many tests use a property that is undefined as part of the path for the ipfs repo option. This results in folders created being named
undefined-entry-io1608448165710
instead of<repo name>-entry-io1608448165710
. These folders are created in the project root and are not ignored by git.example of issue https://github.com/orbitdb/ipfs-log/blob/b8e4b76247d1bd9b5fa8ad751a62d7f0f3f3f560/test/entry-io.spec.js#L29 (repo option)
https://github.com/orbitdb/orbit-db-test-utils/blob/fb3cddc0774397de83df47a26c0109f77ed92884/config/node.js#L7-L32 (no repo property on config.defaultIpfsConfig)
test files with issue