Use @types/heft-jest instead of @types/jest

This commit is contained in:
Pete Gonzalez 2020-08-27 23:11:14 -07:00
Родитель f0649f4787
Коммит 4bde6b5f75
6 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -34,7 +34,7 @@
"@rushstack/heft": "^0.8.0",
"@types/eslint": "6.1.3",
"@types/estree": "0.0.39",
"@types/jest": "25.2.1",
"@types/heft-jest": "1.0.1",
"@types/node": "10.17.5",
"eslint": "~7.2.0"
}

Просмотреть файл

@ -3,7 +3,7 @@
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-node.json",
"compilerOptions": {
"types": [
"node", "jest"
"node", "heft-jest"
]
}
}

Просмотреть файл

@ -29,10 +29,10 @@
"@microsoft/rush-stack-compiler-3.5": "~0.8.4",
"@rushstack/eslint-config": "~1.3.0",
"@rushstack/heft": "^0.8.0",
"@types/jest": "25.2.1",
"@types/heft-jest": "1.0.1",
"@types/jju": "1.4.1",
"@types/resolve": "0.0.8",
"@types/node": "10.17.5",
"@types/resolve": "0.0.8",
"eslint": "~7.2.0"
},
"scripts": {

Просмотреть файл

@ -3,7 +3,7 @@
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-node.json",
"compilerOptions": {
"types": [
"jest",
"heft-jest",
"node"
]
}

Просмотреть файл

@ -23,7 +23,7 @@
"@microsoft/rush-stack-compiler-3.5": "~0.8.4",
"@rushstack/eslint-config": "~1.3.0",
"@rushstack/heft": "^0.8.0",
"@types/jest": "25.2.1",
"@types/heft-jest": "1.0.1",
"eslint": "~7.2.0"
},
"scripts": {

Просмотреть файл

@ -11,7 +11,7 @@
"es2015.iterable"
],
"types": [
"jest"
"heft-jest"
]
}
}