mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Following: https://vue-test-utils.vuejs.org/guides/testing-single-file-components-with-jest.html
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
{
|
|
"presets": [
|
|
["env", { "modules": false }]
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["env", { "targets": { "node": "current" }}]
|
|
]
|
|
}
|
|
}
|
|
}
|