Skip to content

Commit 539c6dc

Browse files
committed
remove only
1 parent fddab4b commit 539c6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/range/test/range.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('range id', () => {
7878
});
7979
});
8080

81-
describe.only('range: item adjustments', () => {
81+
describe('range: item adjustments', () => {
8282
it('should add start and end adjustment with no content', async () => {
8383
const page = await newSpecPage({
8484
components: [Item, Range],

0 commit comments

Comments
 (0)