Replaced usages of test with it, and updated changelog

This commit is contained in:
Alejandro Celaya
2021-09-20 22:00:34 +02:00
parent 310913b222
commit 44930b8c5f
14 changed files with 42 additions and 41 deletions

View File

@@ -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');

View File

@@ -60,7 +60,7 @@ describe('visitsTypeHelpers', () => {
});
describe('toApiParams', () => {
test.each([
it.each([
[ { page: 5, itemsPerPage: 100 } as VisitsParams, { page: 5, itemsPerPage: 100 } as ShlinkVisitsParams ],
[
{