Final touches for v1 (missing lsp tests)
This commit is contained in:
parent
41cafcd832
commit
2b904c63a7
|
@ -1686,6 +1686,7 @@ main = do
|
|||
},
|
||||
template: `print("Hello, world!")
|
||||
`,
|
||||
timeout: 15,
|
||||
},
|
||||
قلب: {
|
||||
aliases: ["qalb"],
|
||||
|
|
|
@ -571,7 +571,7 @@ const testTypes: {
|
|||
format: {
|
||||
pred: ({ format }) => (format ? true : false),
|
||||
},
|
||||
// lsp: { pred: ({ lsp }) => (lsp ? true : false) },
|
||||
lsp: { pred: ({ lsp }) => (lsp && lsp.code ? true : false) },
|
||||
};
|
||||
|
||||
function getTestList() {
|
||||
|
|
Loading…
Reference in New Issue