Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 25, 2023
1 parent 31fb8c3 commit dfc9581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
</div>
</div>
<PaginationButtons v-if="showPagination(tabRef)" @paginate="paginate" />
</div> -->
</div>
-->
</template>
<script lang="ts">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { IssuePullRequestTab } from '@/components';
import { TAB_TYPE, TABS } from '@/components/IssuePullRequestTab/data';
import { createTestingPinia } from '@pinia/testing';


jest.mock('@vue/apollo-composable', () => {
return {
useQuery: jest.fn(() => []),
Expand Down

0 comments on commit dfc9581

Please sign in to comment.