Skip to content

Commit b0b0903

Browse files
committed
Added another test
1 parent 4aec471 commit b0b0903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,9 @@ describe('configure', () => {
5050
var cachePath = locations.getCachePath('test', 'foo', 'foo');
5151
assert.equal(cachePath, 'foo/test-foo-cache-config.yaml');
5252
});
53+
it('will put together a properly named source file', () => {
54+
var sourceFile = locations.getSourceFile('test', 'foo');
55+
assert.equal(sourceFile, 'test-foo-config.yaml');
56+
});
5357
});
5458
});

0 commit comments

Comments
 (0)