mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
fix: add missing comma to jest.config.js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
moduleFileExtensions: ['js', 'json', 'testing.js']
|
||||
moduleFileExtensions: ['js', 'json', 'testing.js'],
|
||||
setupFiles: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user