Skip to content

Commit

Permalink
remove only annotation form input element removeValue method unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam-seth committed Dec 9, 2023
1 parent 8593f46 commit 328650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ describe('Test Input Element', () => {
expect(onValueNonEmptySpy.calledOnce).to.be.true;
});

it.only('removeValue should remove characters from the value starting at the caret position', () => {
it('removeValue should remove characters from the value starting at the caret position', () => {
// Create InputElement instance
const input = new InputElement(config);

Expand Down

0 comments on commit 328650e

Please sign in to comment.