mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 10:33:49 +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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user