mirror of
https://github.com/koel/koel
synced 2024-12-01 08:19:18 +00:00
13 lines
180 B
Text
13 lines
180 B
Text
{
|
|
"plugins": ["jest"],
|
|
"env": {
|
|
"jest/globals": true
|
|
},
|
|
"globals": {
|
|
"noop": true,
|
|
"shallow": true,
|
|
"mount": true,
|
|
"Vue": true,
|
|
"Event": true
|
|
}
|
|
}
|