1
0
mirror of https://github.com/salexdv/bsl_console.git synced 2024-11-28 08:48:48 +02:00
This commit is contained in:
salexdv 2021-05-05 19:20:29 +03:00
parent 5e4c50c1f9
commit 74720e83c3

View File

@ -339,7 +339,6 @@ describe("Проверка автокомлита и подсказок реда
editor.setPosition(position);
bsl = new bslHelper(model, position);
let help = bsl.getCustomSigHelp();
console.log(help);
expect(help).to.have.property('activeParameter');
assert.equal(setCustomSignatures('{}'), true);
});