Skip to content

Commit bebb3c7

Browse files
committed
remove debug code from module-resolution.spec.ts
1 parent 6bbe1cd commit bebb3c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/transpile/module-resolution.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ describe("module resolution should not try to resolve modules in noResolvePaths"
446446
.expectToHaveNoDiagnostics();
447447
});
448448

449-
test.only("can ignore specific files with glob pattern", () => {
449+
test("can ignore specific files with glob pattern", () => {
450450
util.testModule`
451451
// Pre-Load as to not error out at runtime
452452
import "preload";
@@ -472,7 +472,6 @@ describe("module resolution should not try to resolve modules in noResolvePaths"
472472
}`
473473
)
474474
.setOptions({ noResolvePaths: ["ignore*"] })
475-
.debug()
476475
.expectToHaveNoDiagnostics()
477476
.expectToEqual({ result: "foo" });
478477
});

0 commit comments

Comments
 (0)