fix(workflows): replace invalid semantic-version action with fallback script
This commit is contained in:
@@ -68,7 +68,7 @@ describe('useRemoteServers', () => {
|
||||
|
||||
expect(result.current.servers).toEqual(mockServers)
|
||||
expect(result.current.error).toBeNull()
|
||||
expect(api.getRemoteServers).toHaveBeenCalledOnce()
|
||||
expect(api.getRemoteServers).toHaveBeenCalledTimes(1)
|
||||
})
|
||||
|
||||
it('handles loading errors', async () => {
|
||||
|
||||
Reference in New Issue
Block a user