fix gentests.js

feature/default_network_editable
brunobar79 6 years ago
parent 03ff8a7cfa
commit bbc0d6f48d
  1. 3
      gentests.js

@ -1,4 +1,5 @@
const fs = require('fs')
const path = require('path')
const async = require('async')
const promisify = require('pify')
@ -58,7 +59,7 @@ async function startContainer (fileRegEx, testGenerator) {
const testFilePath = sPath.replace('.', '-').replace('.', '.test.')
await promisify(fs.readFile)(
__dirname + '/' + sFile,
path.join(__dirname, sFile),
'utf8',
async (err, result) => {
if (err) {

Loading…
Cancel
Save