mirror of https://github.com/actions/toolkit
linting
parent
ec8e458bdc
commit
6664f1646a
|
@ -12,4 +12,3 @@ test('isFeatureAvailable returns true if server url is set', () => {
|
||||||
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)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue