diff --git a/python_news_scraper/jest_config.py b/python_news_scraper/jest_config.py deleted file mode 100644 index 9e296bd..0000000 --- a/python_news_scraper/jest_config.py +++ /dev/null @@ -1,11 +0,0 @@ -jest_config = { - 'transform': { - '^.+\\.jsx?$': 'babel-jest', - }, - 'testRegex': '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?)$', - 'transformIgnorePatterns': ['/node_modules/'], - 'moduleFileExtensions': ['js', 'json', 'jsx'], - 'moduleNameMapper': { - '^@/(.*)$': '/src/$1', - }, -} \ No newline at end of file