Anvil/.nycrc.json
André Jaenisch be727a6d9c
chore: update dependencies
Turns out most Storybook Addons expect React and won't be installable in
a Svelte(Kit) project. But I could figure out how to use the play
functions. So I have an example for it.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-07-30 12:55:35 +02:00

6 lines
131 B
JSON

{
"all": true,
"check-coverage": true,
"extends": "@istanbuljs/nyc-config-typescript",
"reporters": ["text", "json", "lcov"]
}