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!")
|
template: `print("Hello, world!")
|
||||||
`,
|
`,
|
||||||
|
timeout: 15,
|
||||||
},
|
},
|
||||||
قلب: {
|
قلب: {
|
||||||
aliases: ["qalb"],
|
aliases: ["qalb"],
|
||||||
|
|
|
@ -571,7 +571,7 @@ const testTypes: {
|
||||||
format: {
|
format: {
|
||||||
pred: ({ format }) => (format ? true : false),
|
pred: ({ format }) => (format ? true : false),
|
||||||
},
|
},
|
||||||
// lsp: { pred: ({ lsp }) => (lsp ? true : false) },
|
lsp: { pred: ({ lsp }) => (lsp && lsp.code ? true : false) },
|
||||||
};
|
};
|
||||||
|
|
||||||
function getTestList() {
|
function getTestList() {
|
||||||
|
|
Loading…
Reference in New Issue