mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 12:09:19 +08:00
![renovate[bot]](/assets/img/avatar_default.png)
* Update dependency @types/testing-library__jest-dom to v6 * remove package and fix types * don't include setupTests in the build tsconfig * exclude testUtils --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
5 lines
126 B
JSON
5 lines
126 B
JSON
{
|
|
"exclude": ["dist", "node_modules", "**/*.test.ts*", "../../public/test/setupTests.ts"],
|
|
"extends": "./tsconfig.json"
|
|
}
|