1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/test/test_with_config/collect/deno2.jsonc

7 lines
102 B
Text
Raw Normal View History

{
"test": {
"include": ["./include/"],
"exclude": ["./ignore", "./include/2_test.ts"]
}
}