mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-23 15:06:17 +00:00
Replaced usages of test with it, and updated changelog
This commit is contained in:
@@ -14,7 +14,7 @@ describe('<ShlinkVersionsContainer />', () => {
|
||||
|
||||
afterEach(() => wrapper?.unmount());
|
||||
|
||||
test.each([
|
||||
it.each([
|
||||
[ null, 'text-center' ],
|
||||
[ Mock.of<NotFoundServer>({ serverNotFound: true }), 'text-center' ],
|
||||
[ Mock.of<NonReachableServer>({ serverNotReachable: true }), 'text-center' ],
|
||||
|
||||
Reference in New Issue
Block a user