neume-network / strategies

Indexing strategies for the neume network.
GNU General Public License v3.0
11 stars 7 forks source link

compare objects and use `await readFile` in all extractor_test #260

Closed il3ven closed 2 years ago

il3ven commented 2 years ago

This PR contains two commits. One fixes #91 and the other replaces all readFileSync with readFile. We don't have an issue for the second but since I was already doing changes in test files I thought to do this too.

TimDaub commented 2 years ago

great thx