fix test for aqua-ipfs-integration web

This commit is contained in:
Pavel Murygin
2022-02-17 22:39:08 +03:00
parent 7bb0900713
commit 793b75745e
19 changed files with 12281 additions and 23776 deletions

View File

@ -0,0 +1,8 @@
module.exports = {
preset: 'jest-puppeteer',
testMatch: ['**/?(*.)+(spec|test).[t]s'],
testPathIgnorePatterns: ['/node_modules/', 'dist'],
transform: {
'^.+\\.ts?$': 'ts-jest',
},
};