There was an error while loading. Please reload this page.
1 parent d76cd48 commit e800a7dCopy full SHA for e800a7d
1 file changed
services/data/jest.config.js
@@ -1,4 +1,8 @@
1
module.exports = {
2
+ transformIgnorePatterns: [
3
+ '/node_modules/(?!(moment/dist|p-limit|yocto-queue)/)',
4
+ ],
5
+
6
collectCoverageFrom: [
7
'src/**/*.(js|jsx|ts|tsx)',
8
'!src/index.ts',
0 commit comments