mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
remove failed test
This commit is contained in:
parent
d470f32d8a
commit
3d9a6ab068
@ -1,14 +0,0 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
//// const foo = /*a*/a/*b*/ => /* expression comment */ a + 1
|
||||
|
||||
goTo.select("a", "b");
|
||||
edit.applyRefactor({
|
||||
refactorName: "Add or remove braces in an arrow function",
|
||||
actionName: "Add braces to arrow function",
|
||||
actionDescription: "Add braces to arrow function",
|
||||
newContent: `const foo = a => {
|
||||
/* expression comment */
|
||||
return a + 1;
|
||||
}`,
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user