mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
![David Sherret](/assets/img/avatar_default.png)
This is a hacky quick fix. We need to spend more time cleaning up this code and push more stuff down into deno_config. Closes #21916
7 lines
72 B
JSON
7 lines
72 B
JSON
{
|
|
"test": {
|
|
"include": [
|
|
"./test/**/*.test.mjs"
|
|
]
|
|
}
|
|
}
|