Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 44efd00

Browse files
committed
Force rest instead
1 parent 14a8c74 commit 44efd00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/test/test-tags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import versionCheck from '../src/index'
33

44
test('fetching tags returns a more lightweight schema', async t => {
55
const { type, update } = await versionCheck({
6-
token: false,
76
owner: 'axelrindle',
87
repo: 'github-version-checker',
98
currentVersion: '0.0.1',
10-
fetchTags: true
9+
fetchTags: true,
10+
forceRest: true,
1111
})
1212

1313
t.is(type, 'tags')

0 commit comments

Comments
 (0)