pull/3/head
Steve Ruiz 2021-06-23 13:46:46 +01:00
rodzic a24b7f7931
commit e265a85d7b
4 zmienionych plików z 5536 dodań i 27103 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ module.exports = {
'^.+\\.(ts|tsx|mjs)$': 'babel-jest',
},
modulePaths: ['<rootDir>', 'node_modules'],
testMatch: ["**/__tests__/**/*test.[t]s?(x)"],
testMatch: ['**/__tests__/**/*test.[t]s?(x)'],
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',

Wyświetl plik

@ -89,4 +89,4 @@
"tabWidth": 2,
"useTabs": false
}
}
}