Razor.VSCode/client/test
N. Taylor Mullen 258af13b9e Fix Html completion timeout on freshly opened documents.
- Prior to this we wouldn't be updating the html buffer with the documents content when the doc was opened. This means that if a completion request via ctrl + j was invoked before typing it would never work.
- Added a functional test to validate behavior.
2019-02-21 09:39:32 -08:00
..
Completions.test.ts Fix Html completion timeout on freshly opened documents. 2019-02-21 09:39:32 -08:00
Completions1_0.test.ts Added 1_0 functional test. 2018-11-29 15:04:34 -08:00
Completions3_0.test.ts Add support for .razor files. 2019-02-12 16:55:40 -08:00
HtmlTyping.test.ts Added 1_0 functional test. 2018-11-29 15:04:34 -08:00
SignatureHelp.test.ts Added 1_0 functional test. 2018-11-29 15:04:34 -08:00
TestUtil.ts Add support for 3.0 Razor projects. 2019-01-11 16:23:56 -08:00
index.ts Functional testing mechanism (#44) 2018-08-10 16:58:40 +01:00