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 = {
|
module.exports = {
|
||||||
verbose: true,
|
verbose: true,
|
||||||
rootDir: './',
|
rootDir: './',
|
||||||
testURL: 'http://localhost/',
|
testEnvironmentOptions: {
|
||||||
|
url: 'http://localhost/'
|
||||||
|
},
|
||||||
testMatch: ['**/jest/**/*.test.js'],
|
testMatch: ['**/jest/**/*.test.js'],
|
||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.js$": "babel-jest",
|
"^.+\\.js$": "babel-jest",
|
||||||
|
|||||||
Reference in New Issue
Block a user