Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/redwoodjs/redwood
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Mar 17, 2022
2 parents 6abe55f + 2b840ea commit bdabc38
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jest.mock('../../../../lib/fetchFileFromTemplate', () =>

jest.setTimeout(25_000)

describe('Update Jest Config', () => {
// Skip these tests as these are old codemods
// and the tests seem flakey
describe.skip('Update Jest Config', () => {
it('Adds missing files', async () => {
await matchFolderTransform(updateJestConfig, 'missing', {
removeWhitespace: true,
Expand Down

0 comments on commit bdabc38

Please sign in to comment.