aqua ipfs nodejs (WIP)

This commit is contained in:
Pavel Murygin
2022-02-16 02:00:27 +03:00
parent 26984f3179
commit f3a0d16380
10 changed files with 48884 additions and 46505 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
};