diff --git a/examples/src/pages/tests/table/utils/DeepMap.spec.ts b/examples/src/pages/tests/table/utils/DeepMap.spec.ts index 94412cf7..2df36152 100644 --- a/examples/src/pages/tests/table/utils/DeepMap.spec.ts +++ b/examples/src/pages/tests/table/utils/DeepMap.spec.ts @@ -499,7 +499,7 @@ export default test.describe('DeepMap', () => { expect(map.getUnnestedKeysStartingWith([], true)).toEqual([['3'], ['1']]); }); - test.only('getUnnestedKeysStartingWith should work correctly - 2', () => { + test('getUnnestedKeysStartingWith should work correctly - 2', () => { let map = new DeepMap(); map.set(['3', '31', '300'], true);