mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
easysync tests: Convert IIFE into a describe()
This commit is contained in:
parent
6a7b54313f
commit
ec3833ab66
1 changed files with 2 additions and 2 deletions
|
@ -596,7 +596,7 @@ describe('easysync', function () {
|
|||
expect(cs12).to.equal('Z:2>1+1*0|1=2$x');
|
||||
});
|
||||
|
||||
(() => {
|
||||
describe('followAttributes & composeAttributes', function () {
|
||||
const p = new AttributePool();
|
||||
p.putAttrib(['x', '']);
|
||||
p.putAttrib(['x', 'abc']);
|
||||
|
@ -623,7 +623,7 @@ describe('easysync', function () {
|
|||
testFollow('*0*1', '', '', '*0*1', '*0*1');
|
||||
testFollow('*0*4', '*2*3', '*3', '*0', '*0*3');
|
||||
testFollow('*0*4', '*2', '', '*0*4', '*0*4');
|
||||
})();
|
||||
});
|
||||
|
||||
const testFollow = (randomSeed) => {
|
||||
it(`testFollow#${randomSeed}`, async function () {
|
||||
|
|
Loading…
Reference in a new issue