TypeScript/tests/cases/fourslash/navbar_const.ts
Andy Hanson fe970abc81 Change tests to use the full JSON output of the navigation bar.
This reduces the confusion of verify.navigationBarCount() counting duplicate items.
2016-05-26 08:40:35 -07:00

18 lines
312 B
TypeScript

/// <reference path="fourslash.ts" />
//// const c = 0;
verify.navigationBar([
{
"text": "<global>",
"kind": "module",
"childItems": [
{
"text": "c",
"kind": "const"
}
],
"indent": 0
}
]);