We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16f22e commit 76618ddCopy full SHA for 76618dd
scripts/formatTest.js
@@ -1,6 +1,6 @@
1
const { spawn } = require('child_process')
2
const fs = require('fs')
3
-const path = require('path');
+const path = require('path')
4
5
const testScript = process.argv.find((arg, i, array) => array[i - 1] === '-t')
6
const formatter = process.argv.find((arg, i, array) => array[i - 1] === '-with')
0 commit comments