Skip to content

Commit

Permalink
fix(verity): remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed May 31, 2024
1 parent a0c8486 commit e08f555
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/web/specs/index.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
xdescribe('Page', () => {
it('should render successfully', () => {});
describe('Page', () => {
it('should render successfully', () => {
expect(true).toBeTruthy();
});
});

0 comments on commit e08f555

Please sign in to comment.