mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +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');
|
||||
});
|
||||
|
||||
it("escape characters (i.e. \033[K) are skipped", () => {
|
||||
it("escape characters are skipped", () => {
|
||||
TABS.cli.read({
|
||||
data: toArrayBuffer('\033[K')
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue