kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Remove "trens.test"
rodzic
a6b999a054
commit
c6283c29b6
|
@ -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,
|
||||
});
|
||||
});
|
||||
});
|
Ładowanie…
Reference in New Issue