chore: add ESLint, Prettier and Jest configuration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
roots: ['<rootDir>/server'],
|
||||
testMatch: ['**/__tests__/**/*.test.js'],
|
||||
verbose: true,
|
||||
};
|
||||
Reference in New Issue
Block a user