Add ServerValidator tests

This commit is contained in:
Bill Thornton 2021-02-23 00:32:47 -05:00
parent e53d58e52d
commit 3f1319bf2c

View File

@ -103,6 +103,9 @@
"env": {
"jest/globals": true
},
"globals": {
"fetch": "readonly"
},
"extends": [
"plugin:jest/recommended",
"plugin:jest/style"