diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-03-21 22:38:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-21 22:38:07 +0900 |
| commit | aa729a42b4257b4d58bfcd0270566756c9470d08 (patch) | |
| tree | ad9bcd33f812d753c62250094d416834999fb5a5 /.dprint.json | |
| parent | c34e26a9d56596645ee63b19f99c09cf4aea4b37 (diff) | |
chore(tools): restore node compat test setup script (#18290)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dprint.json b/.dprint.json index 422cd41e5..2146de4bd 100644 --- a/.dprint.json +++ b/.dprint.json @@ -40,6 +40,8 @@ "test_util/std", "test_util/wpt", "third_party", + "tools/node_compat/TODO.md", + "tools/node_compat/versions", "tools/wpt/expectation.json", "tools/wpt/manifest.json" ], |
