jest: remove ts3.1 (#47613)

* jest: remove ts3.1

Typescript 3.1 is no longer supported on DT.

* merge new Matchers code
This commit is contained in:
Nathan Shively-Sanders 2020-09-16 08:11:56 -07:00 committed by GitHub
parent 1a2a223e4f
commit 9b9afadbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2957 additions and 3010 deletions

1497
types/jest/index.d.ts vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,13 +3,5 @@
"dependencies": {
"jest-diff": "^25.2.1",
"pretty-format": "^25.2.1"
},
"types": "index",
"typesVersions": {
"<=3.1": {
"*": [
"ts3.1/*"
]
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +0,0 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../../",
"typeRoots": ["../../"],
"target": "esnext",
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"jest-tests.ts"
]
}

View File

@ -1 +0,0 @@
{ "extends": "dtslint/dt.json" }