mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Update tests.
This commit is contained in:
parent
7222963923
commit
3a6c328f00
@ -9,4 +9,4 @@ test.markers().forEach((marker) => {
|
||||
verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
|
||||
});
|
||||
|
||||
verify.getScriptLexicalStructureListCount(3); // <global>, 'f' in the top level list, and 'f' as a child of '<global>'
|
||||
verify.getScriptLexicalStructureListCount(2); // <global> and 'f'.
|
||||
@ -10,4 +10,4 @@ test.markers().forEach((marker) => {
|
||||
verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
|
||||
});
|
||||
|
||||
verify.getScriptLexicalStructureListCount(3); // <global> and 'f' as a child of 'global' and as as top level function.
|
||||
verify.getScriptLexicalStructureListCount(2); // <global> and 'f'
|
||||
Loading…
x
Reference in New Issue
Block a user