Skip to content

Commit a5112fe

Browse files
committed
exclude test in old node.js versions
1 parent cb739de commit a5112fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = function(config) {
2+
return !/^v4/.test(process.version);
3+
};

0 commit comments

Comments
 (0)