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 749f7af commit 971951fCopy full SHA for 971951f
utils/test-runner/src/index.js
@@ -35,7 +35,8 @@ function testRunner(dir) {
35
.filter(dir => fs.isDirectorySync(pathJoin(fixturesDir, dir)));
36
37
const flags = parseArgs(process.argv);
38
- const updateFixtures = !!process.env.OVERWRITE || Boolean(flags["update-fixtures"]);
+ const updateFixtures =
39
+ !!process.env.OVERWRITE || Boolean(flags["update-fixtures"]);
40
41
describe(pkgName, () => {
42
for (const fixture of fixtures) {
0 commit comments