Skip to content

Commit

Permalink
run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani committed Feb 2, 2020
1 parent 89ada6c commit 1eff076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ for (const testName of readdirSync(__dirname)) {
}

if (entry.name1.endsWith('.js.map')) {
continue;
return;
}
return assert.strictEqual(
stripWhitespace(readFileSync(path.join(entry.path1, entry.name1), {encoding: 'utf8'})),
Expand Down

0 comments on commit 1eff076

Please sign in to comment.