We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddab4b commit 539c6dcCopy full SHA for 539c6dc
core/src/components/range/test/range.spec.ts
@@ -78,7 +78,7 @@ describe('range id', () => {
78
});
79
80
81
-describe.only('range: item adjustments', () => {
+describe('range: item adjustments', () => {
82
it('should add start and end adjustment with no content', async () => {
83
const page = await newSpecPage({
84
components: [Item, Range],
0 commit comments