remove failed test

This commit is contained in:
kingwl 2018-05-24 22:28:30 +08:00
parent d470f32d8a
commit 3d9a6ab068

View File

@ -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;
}`,
});