Configure vitest library with react testing library and jest-dom

This commit is contained in:
Eric NGUYEN 2022-08-03 14:25:57 +02:00
parent 27a24bad65
commit fef45ef91a
9 changed files with 2380 additions and 10 deletions

View file

@ -21,6 +21,7 @@ module.exports = {
],
rules: {
'space-before-function-paren': ['error', 'never'],
indent: ['warn', 2],
semi: ['warn', 'always']
}
};