fix(test): clang formatting errors
This commit is contained in:
parent
b14417498a
commit
05d66bba3f
|
@ -301,7 +301,8 @@ describe('TreeDiffer', () => {
|
|||
|
||||
it('should detect file additions mixed with file changes', () => {
|
||||
let testDir = {
|
||||
'dir1': {'file-1.txt': mockfs.file({content: 'file-1.txt content', mtime: new Date(1000)})}
|
||||
'dir1':
|
||||
{'file-1.txt': mockfs.file({content: 'file-1.txt content', mtime: new Date(1000)})}
|
||||
};
|
||||
mockfs(testDir);
|
||||
|
||||
|
|
Loading…
Reference in New Issue