mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Include *.test.js files in test run (#171)
When working on something else, I noticed that `.test.js` files were not running due to `jest.config.json` not including them. I went ahead and re-enabled these tests to make sure that unit tests are actually being run.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"setupFiles": ["./jest.setup.js"],
|
||||
"testPathIgnorePatterns": ["dist", "/node_modules/", "/build/"],
|
||||
"roots": ["<rootDir>"],
|
||||
"testMatch": ["<rootDir>/**/*.spec.js"],
|
||||
"moduleFileExtensions": ["ts", "js", "json"],
|
||||
"testEnvironment": "node",
|
||||
"collectCoverage": true,
|
||||
|
||||
6
upcoming-release-notes/171.md
Normal file
6
upcoming-release-notes/171.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [Jackenmen]
|
||||
---
|
||||
|
||||
Fix app-sync.test.js not being ran due to faulty jest configuration
|
||||
Reference in New Issue
Block a user