Skip to content

Commit 0e74587

Browse files
author
Kelly Selden
authored
Merge pull request #74 from kellyselden/inputFile
use inputFile reference
2 parents 49f51e1 + 773474a commit 0e74587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/bin-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('bin acceptance', function() {
102102
tmpFile = path.join(tmpPath, 'app/final-boss.js');
103103

104104
fs.copySync(
105-
path.join(originalCwd, '__testfixtures__/final-boss.input.js'),
105+
inputFile,
106106
tmpFile
107107
);
108108
});

0 commit comments

Comments
 (0)