Skip to content

Commit

Permalink
Fail CI when @babel/runtime ESM tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 17, 2021
1 parent d30308f commit 6f0552e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/esm/test-runner.js
Expand Up @@ -10,6 +10,7 @@ export default async function testRunner({ title, testcases }) {
} catch (e) {
console.log(chalk.red(indent + "✗ " + subtitle));
console.error(e);
process.exitCode = 1;
}
}
}

0 comments on commit 6f0552e

Please sign in to comment.