summaryrefslogtreecommitdiff
path: root/source/github-helpers/github-url.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/github-helpers/github-url.test.ts')
-rw-r--r--source/github-helpers/github-url.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/github-helpers/github-url.test.ts b/source/github-helpers/github-url.test.ts
index 0f2674d6..ba934a55 100644
--- a/source/github-helpers/github-url.test.ts
+++ b/source/github-helpers/github-url.test.ts
@@ -1,6 +1,6 @@
import {test, assert} from 'vitest';
-import GitHubURL from './github-url';
+import GitHubURL from './github-url.js';
test('branch', () => {
const url = new GitHubURL('https://github.com/microsoft/TypeScript/tree/master');