Skip to content

Commit ee80019

Browse files
committed
Switch from .js to .ts so that baselines are syntactically valid
1 parent bf0333a commit ee80019

File tree

13 files changed

+1
-1
lines changed

13 files changed

+1
-1
lines changed

src/harness/unittests/extractMethods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ namespace A {
550550

551551
function testExtractMethod(caption: string, text: string) {
552552
it(caption, () => {
553-
Harness.Baseline.runBaseline(`extractMethod/${caption}.js`, () => {
553+
Harness.Baseline.runBaseline(`extractMethod/${caption}.ts`, () => {
554554
const t = extractTest(text);
555555
const selectionRange = t.ranges.get("selection");
556556
if (!selectionRange) {

0 commit comments

Comments
 (0)