Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove condition test
  • Loading branch information
siriwatknp committed Mar 7, 2024
commit baeb88a98c124dc043424adc127dfdc4a06726d8
6 changes: 1 addition & 5 deletions packages/pigment-react/tests/pigment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ const theme = {

describe('zero-runtime', () => {
files.forEach((file) => {
if (
typeof file === 'string' &&
file.endsWith('.input.js') &&
file.includes('material-ui-touch-ripple')
) {
if (typeof file === 'string' && file.endsWith('.input.js')) {
it(`test input file ${file}`, async () => {
const prettierConfig = await prettier.resolveConfig(process.cwd(), {
config: path.join(process.cwd(), 'prettier.config.js'),
Expand Down