Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaypiece committed Jan 23, 2024
1 parent 66de38c commit 9736365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/app/components/Button/__tests__/button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ describe('CreateButton', () => {
const buttonElement = screen.getByRole('button', { name: /Create Snippet/i });
expect(buttonElement).toBeInTheDocument();
});
});


// lostPixel
});
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
/* Skip type checking all .d.ts files. */
"jsx": "react"
},
"exclude": ["node_modules","jest.config.js", "/Users/shivaylamba/Desktop/example-ts/__mocks__"]
"exclude": ["node_modules","jest.config.js"]
}

0 comments on commit 9736365

Please sign in to comment.