Remove "trens.test"

remove-immutable-compose
danidfra 2024-12-17 16:24:46 -03:00
rodzic a6b999a054
commit c6283c29b6
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -1,12 +0,0 @@
import { describe, expect, it } from 'vitest';
import reducer from './trends.ts';
describe('trends reducer', () => {
it('should return the initial state', () => {
expect(reducer(undefined, {} as any).toJS()).toEqual({
items: [],
isLoading: false,
});
});
});