diff options
| author | 2023-05-04 23:22:17 +0800 | |
|---|---|---|
| committer | 2023-05-04 23:22:17 +0800 | |
| commit | b6dc0edc94cebdee74d67f5919f46c28cd96b9f8 (patch) | |
| tree | ef97add33058dd7f65e662f402cf7ce24b7482e8 /source/github-helpers/github-url.test.ts | |
| parent | 0f0d7435a649466084fab40bb7fe0481b0c73dba (diff) | |
| download | refined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.tar.gz refined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.tar.zst refined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.zip | |
Lint (ESM file imports + named functions) (#6613)
Diffstat (limited to 'source/github-helpers/github-url.test.ts')
| -rw-r--r-- | source/github-helpers/github-url.test.ts | 2 |
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'); |
