Skip to content

Commit

Permalink
workaround for v8 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 29, 2021
1 parent 495cabb commit b2a4ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cases/async-modules/micro-ticks-parents/test.filter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = function (config) {
// In node 10 v8 has a bug which inserts an additional micro-tick into async functions
return !process.version.startsWith("v10.");
};

0 comments on commit b2a4ea1

Please sign in to comment.