1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/testdata/test/collect
David Sherret 1e0ac609b5
BREAKING: remove deprecated files config (#25535)
The long form "files" config has been flattened into the parent.

Old:

```json
{
  "test": {
    "files": {
      "include": ["**/*.ts"],
      "exclude": ["ignore.ts"]
    }
  }
}
```

New:

```json
{
  "test": {
    "include": ["**/*.ts"],
    "exclude": ["ignore.ts"]
  }
}
```

This was deprecated some time ago, but we're removing it now in Deno
2.0.

Closes #25415
2024-09-09 16:33:09 +00:00
..
ignore chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
include chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno.malformed.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno2.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
include.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00