Skip to content

Commit

Permalink
chore: remove comment code
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhungtnn committed Nov 18, 2024
1 parent 2099af0 commit 8b9bd9b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/BKTClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
TestPlatformModule,
FakeClock,
} from './utils'
// import fetch from 'cross-fetch'

import { user1 } from './mocks/users'
import {
InternalServerErrorException,
Expand Down
2 changes: 1 addition & 1 deletion test/internal/event/EventInteractor.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { HttpResponse, http } from 'msw'
import { SetupServer } from 'msw/node'
// import fetch from 'cross-fetch'

import {
expect,
suite,
Expand Down
2 changes: 1 addition & 1 deletion test/internal/remote/ApiClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
beforeAll,
vi,
} from 'vitest'
// import fetch from 'cross-fetch'

import { HttpResponse, http, delay, StrictRequest } from 'msw'
import assert from 'assert'
import { SetupServer } from 'msw/node'
Expand Down
2 changes: 1 addition & 1 deletion test/internal/scheduler/EvaluationTask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
afterAll,
beforeAll,
} from 'vitest'
// import fetch from 'cross-fetch'

import { destroyBKTClient } from '../../../src/BKTClient'
import { BKTConfig, defineBKTConfig } from '../../../src/BKTConfig'
import { DefaultComponent } from '../../../src/internal/di/Component'
Expand Down
2 changes: 1 addition & 1 deletion test/internal/scheduler/EventTask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
afterAll,
describe,
} from 'vitest'
// import fetch from 'cross-fetch'

import { destroyBKTClient } from '../../../src/BKTClient'
import { BKTConfig, defineBKTConfig } from '../../../src/BKTConfig'
import { DefaultComponent } from '../../../src/internal/di/Component'
Expand Down

0 comments on commit 8b9bd9b

Please sign in to comment.