Skip to content

Commit

Permalink
fix: accidentally generating test output in root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dorner committed May 28, 2019
1 parent 6375133 commit 4994553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/buildFile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('buildFile', () => {
).toThrow('Please enter a valid destination');
});

let dest = 'test.collisions';
let dest = './__tests__/__output/test.collisions';
var PROPERTY_NAME_COLLISION_WARNINGS = GroupMessages.GROUP.PropertyNameCollisionWarnings + ":" + dest;
it('should generate warning messages for output name collisions', () => {
let name = 'someName';
Expand Down

0 comments on commit 4994553

Please sign in to comment.