Skip to content

Commit 773474a

Browse files
author
Kelly Selden
committed
use inputFile reference
1 parent 32b5949 commit 773474a

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)