Skip to content

Commit 28436b3

Browse files
committed
test: rename test files to .mts extension
1 parent ec34b66 commit 28436b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
} from '@socketsecurity/lib/releases/github'
2929
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
3030

31-
import { runWithTempDir } from './utils/temp-file-helper.mts'
31+
import { runWithTempDir } from './utils/temp-file-helper'
3232

3333
// Mock the http-request module
3434
vi.mock('@socketsecurity/lib/http-request', () => ({
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from '@socketsecurity/lib/releases/socket-btm'
2525
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2626

27-
import { runWithTempDir } from './utils/temp-file-helper.mts'
27+
import { runWithTempDir } from './utils/temp-file-helper'
2828

2929
// Mock downloadGitHubRelease
3030
vi.mock('@socketsecurity/lib/releases/github', () => ({

0 commit comments

Comments
 (0)