mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 01:27:42 +00:00
fix(common/lmlayer): remove it.only accidentally left it 😬
This commit is contained in:
parent
acf7aab588
commit
8753ee3955
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ describe('The join word breaker decorator', function () {
|
|||
]
|
||||
|
||||
for (let [phrase, joiners, unjoined, expected] of TEST_CASES) {
|
||||
it.only(`should break «${[phrase]}» as [${expected.join(' ;; ')}]`, function () {
|
||||
it(`should break «${[phrase]}» as [${expected.join(' ;; ')}]`, function () {
|
||||
let breakWords = decorateWithJoin(defaultWordBreaker, joiners);
|
||||
let unjoinedResult = defaultWordBreaker(phrase).map(onlyText);
|
||||
assert.deepEqual(unjoinedResult, unjoined);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue