Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 5, 2024
1 parent 263eb8f commit c088529
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ describe("NamespaceExport", () => {
});

describe(nameof<NamespaceExport>("rename"), () => {
// Doesn't work. Opened https://github.com/microsoft/TypeScript/issues/36836
it.skip("should rename what's imported", () => {
it("should rename what's imported", () => {
const { descendant, sourceFile, project } = getNamespaceExport("export * as ts from './file';");
const otherSourceFile = project.createSourceFile("file.ts", "export class name {}\nexport class newName {}");
const importSourceFile = project.createSourceFile("file2.ts", "import { ts } from './main'; const t = ts;");
Expand Down

0 comments on commit c088529

Please sign in to comment.