mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
- Introduced the Jest testing framework into our server side code so plugins can now have tests that run
7 lines
85 B
JSON
7 lines
85 B
JSON
{
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
"extends": "@coralproject/eslint-config-talk"
|
|
}
|