Skip to content

Commit

Permalink
config adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakerino committed Jun 26, 2022
1 parent c045339 commit 69ef073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Config } from '@jest/types'

const packages: string[] = ['material-color', 'material-colorful']

const testMatchesLint: string[] = ['material-color', 'material-colorful']
const testMatchesLint: string[] = []

packages.forEach(pkg => {
testMatchesLint.push(...[
Expand Down

0 comments on commit 69ef073

Please sign in to comment.