test: move module tests to main process (#20419)

This commit is contained in:
Jeremy Apthorp 2019-10-09 16:33:15 -07:00 committed by GitHub
parent df1d3156a0
commit 8de925c4c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 58 additions and 76 deletions

View file

@ -1,6 +0,0 @@
process.on('uncaughtException', function (err) {
process.send(err.message)
})
const echo = require('echo')
process.send(echo('ok'))