Skip to content

Commit

Permalink
Add newline specififcation to recently added test so it's cross-plat
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed May 21, 2020
1 parent 21684f7 commit 9593a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/testRunner/unittests/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ namespace ts {
before: [createTaggedTemplateLiteral],
},
compilerOptions: {
target: ScriptTarget.ES5
target: ScriptTarget.ES5,
newLine: NewLineKind.CarriageReturnLineFeed
}
}).outputText;
});
Expand Down

0 comments on commit 9593a90

Please sign in to comment.