Skip to content

Commit 0ba9d13

Browse files
committed
Use unique names for separate test suites
1 parent d6a1b5d commit 0ba9d13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/scroll-back-restoration/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const runTests = () => {
6363
})
6464
}
6565

66-
describe('Scroll Restoration Support', () => {
66+
describe('Scroll Back Restoration Support', () => {
6767
describe('dev mode', () => {
6868
beforeAll(async () => {
6969
appPort = await findPort()

test/integration/scroll-forward-restoration/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const runTests = () => {
7171
})
7272
}
7373

74-
describe('Scroll Restoration Support', () => {
74+
describe('Scroll Forward Restoration Support', () => {
7575
describe('dev mode', () => {
7676
beforeAll(async () => {
7777
appPort = await findPort()

0 commit comments

Comments
 (0)