node-postgres/test/async-iterator.js
2019-10-28 12:46:49 -05:00

5 lines
131 B
JavaScript

// only newer versions of node support async iterator
if (!process.version.startsWith('v8')) {
require('./async-iterator.es6')
}