fix: add missing comma to jest.config.js

This commit is contained in:
Tom French 2022-05-06 23:04:31 +01:00 committed by James Long
parent 1c03867916
commit 2ec2508c0e

View file

@ -1,4 +1,4 @@
module.exports = {
moduleFileExtensions: ['js', 'json', 'testing.js']
moduleFileExtensions: ['js', 'json', 'testing.js'],
setupFiles: [],
};