mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
Convert jest config compatibility to new version
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
module.exports = {
|
||||
verbose: true,
|
||||
rootDir: './',
|
||||
testURL: 'http://localhost/',
|
||||
testEnvironmentOptions: {
|
||||
url: 'http://localhost/'
|
||||
},
|
||||
testMatch: ['**/jest/**/*.test.js'],
|
||||
"transform": {
|
||||
"^.+\\.js$": "babel-jest",
|
||||
|
||||
Reference in New Issue
Block a user