Skip to content

Commit

Permalink
chore: add investigation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Aug 13, 2020
1 parent 8ae3642 commit 786932d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/node/node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const { stat } = require('fs');
const { resolve } = require('path');
const { run } = require('../utils/test-utils');

// TODO - We pass node args to `nodeOptions` in execa,
// passing via NODE_OPTIONS=<args> in env in execa
// throws different error from what we manually see
describe('node flags', () => {
it('is able to pass the options flags to node js', async (done) => {
const { stdout, stderr } = await run(__dirname, ['--output', './bin/[name].bundle.js'], false, [
Expand Down

0 comments on commit 786932d

Please sign in to comment.