Skip to content

Commit

Permalink
capricorn86#1097@patch: Rename tests name to be more accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsoon committed Sep 27, 2023
1 parent bd59cb6 commit c71a121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/happy-dom/test/event/EventTarget.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('EventTarget', () => {
});
});

describe('toString()', () => {
describe('[Symbol.toStringTag]', () => {
it('Returns EventTarget string.', () => {
const description = 'EventTarget';

Expand Down
2 changes: 1 addition & 1 deletion packages/happy-dom/test/fetch/AbortSignal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('AbortSignal', () => {
});
});

describe('AbortSignal.toString()', () => {
describe('AbortSignal[Symbol.toStringTag]', () => {
it('Returns AbortSignal string.', () => {
const description = 'AbortSignal';
const signal = new AbortSignal();
Expand Down

0 comments on commit c71a121

Please sign in to comment.