summaryrefslogtreecommitdiff
path: root/tests/specs/test/opt_out_top_level_exclude_via_test_unexclude/deno.json
blob: e9c181e7717559bea25e174e1b54f428b12ae7ac (plain)
1
2
3
4
5
6
{
  "test": {
    "exclude": ["!excluded.test.ts"]
  },
  "exclude": ["excluded.test.ts", "actually_excluded.test.ts"]
}