Format fixture JSON with Prettier. (#8658)

This commit is contained in:
Logan Smyth
2018-09-09 17:57:52 -07:00
committed by GitHub
parent 45c28fa785
commit 79b2af5997
1075 changed files with 2632 additions and 1872 deletions

View File

@@ -1,4 +1,4 @@
{
"args": ["--eval","--print", "var a = 1;"],
"args": ["--eval", "--print", "var a = 1;"],
"stdout": "undefined"
}

View File

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

View File

@@ -1,4 +1,8 @@
{
"args": ["--expose_gc_as=garbageCollector", "--eval", "console.log(typeof global.garbageCollector)"],
"args": [
"--expose_gc_as=garbageCollector",
"--eval",
"console.log(typeof global.garbageCollector)"
],
"stdout": "function"
}