chore(tests): add js validation tests

These are the first javascript unit tests. Added them to the CI worflow.
Closes #2930
This commit is contained in:
Gabe Kangas
2023-04-16 14:30:56 -07:00
parent b3ac4e1a15
commit 5f2252f2a4
7 changed files with 4931 additions and 10 deletions

View File

@@ -2,6 +2,7 @@ module.exports = {
env: {
browser: true,
es2021: true,
jest: true,
},
extends: [
'plugin:react/recommended',