mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Fix: write file properly
This commit is contained in:
@@ -50,4 +50,10 @@ describe('fileEqual', () => {
|
||||
['A', 'B'],
|
||||
false
|
||||
));
|
||||
|
||||
it('eol', () => test(
|
||||
['A', 'B'],
|
||||
['A', 'B', ''],
|
||||
true
|
||||
));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user