fix: add missing comma to jest.config.js
This commit is contained in:
parent
1c03867916
commit
2ec2508c0e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
moduleFileExtensions: ['js', 'json', 'testing.js']
|
moduleFileExtensions: ['js', 'json', 'testing.js'],
|
||||||
setupFiles: [],
|
setupFiles: [],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue