mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
fix test
This commit is contained in:
@@ -1513,7 +1513,7 @@ namespace ts {
|
||||
};
|
||||
|
||||
const jquery = {
|
||||
path: "/a/data/jquery/jquery.d.ts",
|
||||
path: "/a/data/typings/jquery/jquery.d.ts",
|
||||
content: "declare const $: { x: number }"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user