test: consolidate unit tests (#9588)
All mocha tests have been migrated to Jest tests. Closes #9564
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
env:
|
||||
mocha: true
|
||||
"jest/globals": true
|
||||
rules:
|
||||
"react/prop-types": 1 # bah humbug
|
||||
"react/require-render-return": 1
|
||||
"no-unused-vars": 1 # unused vars in tests can be useful for indicating a full signature
|
||||
"no-global-assign": 1
|
||||
"no-global-assign": 1
|
||||
|
||||
Reference in New Issue
Block a user