summaryrefslogtreecommitdiff
path: root/tests/specs/test/include_relative_pattern_dot_slash/deno.json
blob: 7c2c4a5d31cb849b262483a7f5e8aa1445e951fc (plain)
1
2
3
4
5
6
7
{
  "test": {
    "include": [
      "./test/**/*.test.mjs"
    ]
  }
}