This commit is contained in:
TypeScript Bot
2023-03-13 23:48:29 +00:00
parent f3b30c31d4
commit 2b5703939b

View File

@@ -36,14 +36,13 @@ describe(getTypingInfo, () => {
"tsconfig.json",
JSON.stringify({
files: ["index.d.ts"],
compilerOptions: {
},
compilerOptions: {},
})
);
const info = await getTypingInfo("example", dt.fs);
expect(info).toBeDefined();
})
});
it("works for a scoped package with scoped older dependencies", async () => {
const dt = createMockDT();
const scopedWithOlderScopedDependency = dt.pkgDir("ckeditor__ckeditor5-engine");