Skip to content

Commit

Permalink
test(cli): fix source-code check to allow \r\n line ending on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Feb 14, 2020
1 parent 460230e commit 9e2ffca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ describe('lb4 model integration', () => {
);
assert.fileContent(
expectedModelFile,
/export interface TestRelations {\n {2}\/\/ describe navigational properties here\n}/,
/export interface TestRelations {\r?\n {2}\/\/ describe navigational properties here\r?\n}/,
);
});

Expand Down

0 comments on commit 9e2ffca

Please sign in to comment.