Use test() instead of it() (#50151)
This commit is contained in:
@@ -33,11 +33,11 @@ describe('getChangelogItems module', () => {
|
||||
|
||||
afterAll(() => nock.cleanAll())
|
||||
|
||||
it('changelog contains 3 items', async () => {
|
||||
test('changelog contains 3 items', async () => {
|
||||
expect(changelog.length).toEqual(3)
|
||||
})
|
||||
|
||||
it('each changelog item has expected title, date, and href', async () => {
|
||||
test('each changelog item has expected title, date, and href', async () => {
|
||||
const expectedChangelogValues = [
|
||||
{
|
||||
title: 'Authentication token format updates are generally available',
|
||||
|
||||
Reference in New Issue
Block a user