diff options
author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2024-03-05 22:49:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 13:49:21 -0700 |
commit | 3333d67335091b061c4f538fe888b4f833e18f07 (patch) | |
tree | ae52b0df83de8bb1c063bbbb584c1e6c42b022e0 /.editorconfig | |
parent | 942dcbad84f8fd594fe330685e3956884a88969e (diff) |
chore(tests): Remove vestiges of cli/tests folder (#22712)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index ad45cafb0..78b3cdf45 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,6 @@ trim_trailing_whitespace = true insert_final_newline = unset trim_trailing_whitespace = unset -[cli/tests/node_compat/test/**] +[tests/node_compat/test/**] insert_final_newline = unset trim_trailing_whitespace = unset |