diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-05-13 14:49:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 14:49:11 +0900 |
| commit | 2a0c66484098ba35c1b31d4dc6380887b6eb9da4 (patch) | |
| tree | 5c01b215882c3335853a6e1b36089d1bf1695c30 /cli/tests/node_compat/test/fixtures | |
| parent | 68c0fcb157bb47bbf58bcdcecf59d237fb84f201 (diff) | |
chore: fix & update node compat config (#19106)
Diffstat (limited to 'cli/tests/node_compat/test/fixtures')
| -rw-r--r-- | cli/tests/node_compat/test/fixtures/run-main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/node_compat/test/fixtures/run-main.js b/cli/tests/node_compat/test/fixtures/run-main.js deleted file mode 100644 index 9a081cbba..000000000 --- a/cli/tests/node_compat/test/fixtures/run-main.js +++ /dev/null @@ -1 +0,0 @@ -globalThis.foo = 42; |
