Skip to content

Commit

Permalink
Update card.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Oct 30, 2024
1 parent 58ff35b commit d77e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/card/tests/card.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { Card, cardTag } from '..';

describe('Card', () => {
it('can construct an element instance', () => {
expect(document.createElement(cardTag)).not.toBeInstanceOf(Card);
expect(document.createElement(cardTag)).toBeInstanceOf(Card);
});
});

0 comments on commit d77e646

Please sign in to comment.