diff --git a/tests/cases/fourslash/completionForTripleSlashReference1.ts b/tests/cases/fourslash/completionForTripleSlashReference1.ts deleted file mode 100644 index 2ce4de2e72e..00000000000 --- a/tests/cases/fourslash/completionForTripleSlashReference1.ts +++ /dev/null @@ -1,51 +0,0 @@ -/// - -// Should give completions for relative references to ts files when allowJs is false - -// @Filename: test0.ts -//// /// -//// /// + +// Exercises relative path completions going up and down 2 directories +// and the use of forward- and back-slashes and combinations thereof. + +// @Filename: f1.ts +//// /*f1*/ +// @Filename: f2.ts +//// /*f2*/ +// @Filename: d/g.ts +//// /*g*/ + +// @Filename: test.ts +//// /// - -// Exercises relative path completions going up and down 2 directories -// and the use of forward- and back-slashes and combinations thereof. - -// @Filename: f1.ts -//// /*f1*/ -// @Filename: f2.ts -//// /*f2*/ - -// @Filename: test.ts -//// /// + +// Should give completions for relative references to ts files when allowJs is false + +// @Filename: test0.ts +//// /// -// Should give completions for relative references to js and ts files when allowJs is true +// Should give completions for relative references to ts files when allowJs is false // @allowJs: true // @Filename: test0.ts //// /// +//// ///