summaryrefslogtreecommitdiff
path: root/tests/specs/test/test_with_glob_config/deno.glob.json
blob: 9deb4d2f22ae0cd57bf24656f8a0bcf36bc37991 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "test": {
    "include": [
      "glob/data/test1.?s",
      "glob/nested/foo/*.ts",
      "glob/nested/fizz/*.ts",
      "glob/pages/[id].ts"
    ],
    "exclude": ["glob/nested/**/*bazz.ts"]
  }
}