diff options
Diffstat (limited to 'source/github-helpers/pr-branches.test.ts')
-rw-r--r-- | source/github-helpers/pr-branches.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/github-helpers/pr-branches.test.ts b/source/github-helpers/pr-branches.test.ts index 486fc562..de9cbfba 100644 --- a/source/github-helpers/pr-branches.test.ts +++ b/source/github-helpers/pr-branches.test.ts @@ -1,6 +1,6 @@ import {test, assert} from 'vitest'; -import {parseReferenceRaw} from './pr-branches'; +import {parseReferenceRaw} from './pr-branches.js'; test('parseReferenceRaw', () => { assert.deepEqual(parseReferenceRaw('fregante/mem:main', 'main'), { |