Skip to content

Commit b8c3940

Browse files
committed
hide ts error in tests
1 parent 4ce5679 commit b8c3940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/list/ListGuesser.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describe('<ListGuesser />', () => {
1010
it('should log the guessed List view based on the fetched records', async () => {
1111
const logSpy = jest.spyOn(console, 'log').mockImplementation(() => {});
1212
const dataProvider = testDataProvider({
13+
// @ts-ignore
1314
getList: () =>
1415
Promise.resolve({
1516
data: [

0 commit comments

Comments
 (0)