mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-06 08:48:04 +08:00
linting
This commit is contained in:
2
packages/cache/__tests__/cache.test.ts
vendored
2
packages/cache/__tests__/cache.test.ts
vendored
@@ -7,7 +7,7 @@ test('isFeatureAvailable returns true if server url is set', () => {
|
|||||||
} finally {
|
} finally {
|
||||||
delete process.env['ACTIONS_CACHE_URL']
|
delete process.env['ACTIONS_CACHE_URL']
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
test('isFeatureAvailable returns false if server url is not set', () => {
|
test('isFeatureAvailable returns false if server url is not set', () => {
|
||||||
expect(cache.isFeatureAvailable()).toBe(false)
|
expect(cache.isFeatureAvailable()).toBe(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user