From 28e7e06358d46468ed88edba0f09eaa11dfee7c1 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 15 Jul 2026 16:21:49 +0200 Subject: [PATCH] lint --- tests/attribution.tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/attribution.tests.js b/tests/attribution.tests.js index 935efb16..531b3dd3 100644 --- a/tests/attribution.tests.js +++ b/tests/attribution.tests.js @@ -2200,4 +2200,3 @@ export const testAttributionRendererActiveChangesInDiff = _tc => { console.log(attrDelta.toJSON()) t.compare(attrDelta, delta.create().insert('hell').insert('a', null, { delete: [] }).insert('o', null, { insert: [] }).insert(' world').done()) } -