GildedRose-Refactoring-Kata/TypeScript-deno/deno.json
2024-12-30 12:01:00 +01:00

9 lines
144 B
JSON

{
"tasks": {
"test:fixture": "deno run test/golden-master-text-test.ts",
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}