Skip to content

Commit acb09dd

Browse files
committed
refactor: update tests name
1 parent 27f8957 commit acb09dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/tooltip-final-coverage.spec.js renamed to src/test/tooltip-isolated-edge-cases.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jest.mock('@floating-ui/dom', () => {
1818
// Tell Jest to mock all timeout functions
1919
jest.useFakeTimers()
2020

21-
describe('tooltip final coverage', () => {
21+
describe('tooltip isolated edge cases', () => {
2222
beforeEach(() => {
2323
// Reset all mocks before each test
2424
jest.clearAllMocks()

src/test/tooltip-full-coverage.spec.js renamed to src/test/tooltip-special-coverage.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jest.mock('@floating-ui/dom', () => {
1818
// Tell Jest to mock all timeout functions
1919
jest.useFakeTimers()
2020

21-
describe('tooltip full coverage', () => {
21+
describe('tooltip special coverage', () => {
2222
beforeEach(() => {
2323
// Reset all mocks before each test
2424
jest.clearAllMocks()

0 commit comments

Comments
 (0)