GildedRose-Refactoring-Kata/TypeScript-deno/deno.json
2025-01-22 18:36:51 +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"
}
}