unskip test

This commit is contained in:
Johannes
2023-09-05 11:53:37 +02:00
parent 8f4d4d4bad
commit ba3bc87570
@@ -380,7 +380,7 @@ suite('IndexTreeModel', () => {
assert.deepStrictEqual(list[5].depth, 1);
}));
test.skip('smart diff consistency', () => {
test('smart diff consistency', () => {
const times = 500;
const minEdits = 1;
const maxEdits = 10;