mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-03 14:21:49 +00:00
Simplified ShlinkApiClient and moved runtime creation logic to external service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import sinon from 'sinon';
|
||||
import { head, last } from 'ramda';
|
||||
import { ShlinkApiClient } from '../../src/api/ShlinkApiClient';
|
||||
import ShlinkApiClient from '../../src/api/ShlinkApiClient';
|
||||
|
||||
describe('ShlinkApiClient', () => {
|
||||
const createAxiosMock = (extraData) => () =>
|
||||
|
||||
Reference in New Issue
Block a user