Skip to content

Commit e4a3142

Browse files
committed
prettier
1 parent 7b34db3 commit e4a3142

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

scripts/jsontests.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ for (const suite in testSuitePaths) {
3232
}
3333

3434
const requires = Array.from(Object.keys(testSuitePaths), (s) => `require('./${s}')`)
35-
fs.writeFileSync(`./spec/_json/index.js`, `
36-
// generated from ${__filename}
35+
fs.writeFileSync(
36+
`./spec/_json/index.js`,
37+
`// generated from ${__filename}
3738
module.exports = [${requires.join(",\n")}]
38-
`)
39+
`
40+
)

0 commit comments

Comments
 (0)