multiple files: Added a blank line at the end of each file

This commit is contained in:
Michael Frank
2021-05-12 19:37:53 +12:00
parent 03d7fe251a
commit 8b753de1d1
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ const helloWorld = require('./helloWorld');
test('says "Hello, World!"', function() {
expect(helloWorld()).toBe("Hello, World!");
});
});