mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
fix test name
This commit is contained in:
parent
a3998927cd
commit
2a6fb63be2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ describe('TABS.cli', () => {
|
||||||
expect(cliPrompt.val()).to.equal('serialpassthrough');
|
expect(cliPrompt.val()).to.equal('serialpassthrough');
|
||||||
});
|
});
|
||||||
|
|
||||||
it("escape characters (i.e. \033[K) are skipped", () => {
|
it("escape characters are skipped", () => {
|
||||||
TABS.cli.read({
|
TABS.cli.read({
|
||||||
data: toArrayBuffer('\033[K')
|
data: toArrayBuffer('\033[K')
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue