Skip to content

Commit

Permalink
convert .js to .cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jan 31, 2022
1 parent 39751cd commit 6174c47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
projects: ['<rootDir>/packages/*/jest.config.cjs'],
}
3 changes: 0 additions & 3 deletions jest.config.js

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
const create = require('../../jest/create-jest-config.js')

let create = require('../../jest/create-jest-config.cjs')
module.exports = create(__dirname, { displayName: 'React' })
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
const create = require('../../jest/create-jest-config.js')

let create = require('../../jest/create-jest-config.cjs')
module.exports = create(__dirname, { displayName: ' Vue ' })

0 comments on commit 6174c47

Please sign in to comment.