Skip to content

Commit 0bf1004

Browse files
Ernest NowackiErnest Nowacki
authored andcommitted
Add new lines at the end of fixture files
1 parent b97076b commit 0bf1004

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/fixtures/es6-export.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export function exportTest() {
44

55
export default function exportTestDefault() {
66
return gettext('Hi from an ES6 export default!');
7-
}
7+
}

test/fixtures/es6-import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import exportTestDefault, { exportTest } from './es6-export';
22

33
const fromDefaultExport = exportTestDefault(); // should be ignored
44
const fromExport = exportTest(); // should be ignored
5-
gettext('Hi from ES6 file with import!');
5+
gettext('Hi from ES6 file with import!');

0 commit comments

Comments
 (0)