Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Oct 3, 2024
1 parent 201b4b6 commit 11dc105
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/performanceDbApi.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { vi, it, describe, expect, beforeEach } from 'vitest'
// import { lpaOverviewQuery } from '../../src/services/performanceDbApi'
import fs from 'fs'

// function lpaOverviewQuery (a, b) {
// return ''
// }

vi.mock('../../config/index.js', () => {
return {
default: {
Expand Down

0 comments on commit 11dc105

Please sign in to comment.