Skip to content

Commit

Permalink
losing my goddamn mind over here
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 11, 2017
1 parent 6eba4d1 commit b9d0779
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/cli/samples/node-config/_config.js
@@ -1,3 +1,10 @@
const glob = require('glob');

console.error(
`contents of ${__dirname}`,
glob.sync('**', {cwd: __dirname})
);

module.exports = {
description: 'uses config file installed from npm',
command: 'rollup --config node:foo',
Expand Down

0 comments on commit b9d0779

Please sign in to comment.