diff --git a/apps/web/src/modules/dao/components/DaoCard/DaoCard.test.tsx b/apps/web/src/modules/dao/components/DaoCard/DaoCard.test.tsx index 223f7352..0f60dd39 100644 --- a/apps/web/src/modules/dao/components/DaoCard/DaoCard.test.tsx +++ b/apps/web/src/modules/dao/components/DaoCard/DaoCard.test.tsx @@ -3,6 +3,8 @@ import dayjs from 'dayjs' import React from 'react' import { describe, expect, it, vi } from 'vitest' +import { CHAIN_ID } from 'src/typings' + import { DaoCard } from './DaoCard' describe('Dao card', () => { @@ -17,6 +19,7 @@ describe('Dao card', () => { it('should render a given dao with an ended auction', () => { render( { it('should render a dao given undefined values', () => { render( { it('should render a given dao with an active auction', () => { render(