Move @babel/node tests (#13037)

This commit is contained in:
Nicolò Ribaudo
2021-03-22 23:08:18 +01:00
parent 4f727139ec
commit afef4f85ff
60 changed files with 46 additions and 52 deletions

View File

@@ -0,0 +1,4 @@
{
"args": ["--expose-gc", "--eval", "console.log(typeof global.gc)"],
"stdout": "function"
}