mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-22 14:36:22 +00:00
Replaced usages of test with it, and updated changelog
This commit is contained in:
@@ -15,7 +15,7 @@ describe('<DoughnutChartLegend />', () => {
|
||||
},
|
||||
});
|
||||
|
||||
test('renders the expected amount of items with expected colors and labels', () => {
|
||||
it('renders the expected amount of items with expected colors and labels', () => {
|
||||
const wrapper = shallow(<DoughnutChartLegend chart={chart} />);
|
||||
const items = wrapper.find('li');
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ describe('visitsTypeHelpers', () => {
|
||||
});
|
||||
|
||||
describe('toApiParams', () => {
|
||||
test.each([
|
||||
it.each([
|
||||
[ { page: 5, itemsPerPage: 100 } as VisitsParams, { page: 5, itemsPerPage: 100 } as ShlinkVisitsParams ],
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user