mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(connectors): remove unused jest-matcher-specific-error in connector packages (#1024)
This commit is contained in:
parent
a0d562f7f2
commit
ff291dfd27
17 changed files with 5 additions and 28 deletions
|
@ -2,7 +2,6 @@ import { Config, merge } from '@silverhand/jest-config';
|
|||
|
||||
const config: Config.InitialOptions = merge({
|
||||
testEnvironment: 'node',
|
||||
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
"@types/node": "^16.3.1",
|
||||
"eslint": "^8.10.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-matcher-specific-error": "^1.0.0",
|
||||
"lint-staged": "^12.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-jest": "^27.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"types": ["node", "jest", "jest-matcher-specific-error"]
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
"include": ["src", "jest.config.ts"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ import { Config, merge } from '@silverhand/jest-config';
|
|||
|
||||
const config: Config.InitialOptions = merge({
|
||||
testEnvironment: 'node',
|
||||
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
"@types/node": "^16.3.1",
|
||||
"eslint": "^8.10.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-matcher-specific-error": "^1.0.0",
|
||||
"lint-staged": "^12.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-jest": "^27.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"types": ["node", "jest", "jest-matcher-specific-error"]
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
"include": ["src", "jest.config.ts"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ import { Config, merge } from '@silverhand/jest-config';
|
|||
|
||||
const config: Config.InitialOptions = merge({
|
||||
testEnvironment: 'node',
|
||||
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
"@types/node": "^16.3.1",
|
||||
"eslint": "^8.10.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-matcher-specific-error": "^1.0.0",
|
||||
"lint-staged": "^12.0.0",
|
||||
"nock": "^13.2.2",
|
||||
"prettier": "^2.3.2",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"types": ["node", "jest", "jest-matcher-specific-error"]
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
"include": ["src", "jest.config.ts"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ import { Config, merge } from '@silverhand/jest-config';
|
|||
|
||||
const config: Config.InitialOptions = merge({
|
||||
testEnvironment: 'node',
|
||||
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
"@types/node": "^16.3.1",
|
||||
"eslint": "^8.10.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-matcher-specific-error": "^1.0.0",
|
||||
"lint-staged": "^12.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-jest": "^27.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"types": ["node", "jest", "jest-matcher-specific-error"]
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
"include": ["src", "jest.config.ts"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ import { Config, merge } from '@silverhand/jest-config';
|
|||
|
||||
const config: Config.InitialOptions = merge({
|
||||
testEnvironment: 'node',
|
||||
setupFilesAfterEnv: ['jest-matcher-specific-error'],
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
"@types/node": "^16.3.1",
|
||||
"eslint": "^8.10.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-matcher-specific-error": "^1.0.0",
|
||||
"lint-staged": "^12.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-jest": "^27.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"types": ["node", "jest", "jest-matcher-specific-error"]
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
"include": ["src", "jest.config.ts"]
|
||||
}
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
"@types/jest": "^27.4.1",
|
||||
"eslint": "^8.10.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-matcher-specific-error": "^1.0.0",
|
||||
"lint-staged": "^12.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-jest": "^27.1.1",
|
||||
|
|
|
@ -150,7 +150,6 @@ importers:
|
|||
eslint: ^8.10.0
|
||||
got: ^11.8.2
|
||||
jest: ^27.5.1
|
||||
jest-matcher-specific-error: ^1.0.0
|
||||
lint-staged: ^12.0.0
|
||||
prettier: ^2.3.2
|
||||
ts-jest: ^27.1.1
|
||||
|
@ -172,7 +171,6 @@ importers:
|
|||
'@types/node': 16.11.12
|
||||
eslint: 8.10.0
|
||||
jest: 27.5.1
|
||||
jest-matcher-specific-error: 1.0.0
|
||||
lint-staged: 12.4.0
|
||||
prettier: 2.5.1
|
||||
ts-jest: 27.1.1_tgc6da2oqazvrn56dzwolsqo5i
|
||||
|
@ -194,7 +192,6 @@ importers:
|
|||
eslint: ^8.10.0
|
||||
got: ^11.8.2
|
||||
jest: ^27.5.1
|
||||
jest-matcher-specific-error: ^1.0.0
|
||||
lint-staged: ^12.0.0
|
||||
prettier: ^2.3.2
|
||||
ts-jest: ^27.1.1
|
||||
|
@ -217,7 +214,6 @@ importers:
|
|||
'@types/node': 16.11.12
|
||||
eslint: 8.10.0
|
||||
jest: 27.5.1
|
||||
jest-matcher-specific-error: 1.0.0
|
||||
lint-staged: 12.4.0
|
||||
prettier: 2.5.1
|
||||
ts-jest: 27.1.1_tgc6da2oqazvrn56dzwolsqo5i
|
||||
|
@ -239,7 +235,6 @@ importers:
|
|||
eslint: ^8.10.0
|
||||
got: ^11.8.2
|
||||
jest: ^27.5.1
|
||||
jest-matcher-specific-error: ^1.0.0
|
||||
jose: ^4.3.8
|
||||
lint-staged: ^12.0.0
|
||||
nock: ^13.2.2
|
||||
|
@ -265,7 +260,6 @@ importers:
|
|||
'@types/node': 16.11.12
|
||||
eslint: 8.10.0
|
||||
jest: 27.5.1
|
||||
jest-matcher-specific-error: 1.0.0
|
||||
lint-staged: 12.4.0
|
||||
nock: 13.2.2
|
||||
prettier: 2.5.1
|
||||
|
@ -428,7 +422,6 @@ importers:
|
|||
eslint: ^8.10.0
|
||||
got: ^11.8.2
|
||||
jest: ^27.5.1
|
||||
jest-matcher-specific-error: ^1.0.0
|
||||
lint-staged: ^12.0.0
|
||||
prettier: ^2.3.2
|
||||
ts-jest: ^27.1.1
|
||||
|
@ -450,7 +443,6 @@ importers:
|
|||
'@types/node': 16.11.12
|
||||
eslint: 8.10.0
|
||||
jest: 27.5.1
|
||||
jest-matcher-specific-error: 1.0.0
|
||||
lint-staged: 12.4.0
|
||||
prettier: 2.5.1
|
||||
ts-jest: 27.1.1_53ggqi2i4rbcfjtktmjua6zili
|
||||
|
@ -471,7 +463,6 @@ importers:
|
|||
eslint: ^8.10.0
|
||||
got: ^11.8.2
|
||||
jest: ^27.5.1
|
||||
jest-matcher-specific-error: ^1.0.0
|
||||
lint-staged: ^12.0.0
|
||||
prettier: ^2.3.2
|
||||
ts-jest: ^27.1.1
|
||||
|
@ -493,7 +484,6 @@ importers:
|
|||
'@types/node': 16.11.12
|
||||
eslint: 8.10.0
|
||||
jest: 27.5.1
|
||||
jest-matcher-specific-error: 1.0.0
|
||||
lint-staged: 12.4.0
|
||||
prettier: 2.5.1
|
||||
ts-jest: 27.1.1_53ggqi2i4rbcfjtktmjua6zili
|
||||
|
@ -511,7 +501,6 @@ importers:
|
|||
'@types/jest': ^27.4.1
|
||||
eslint: ^8.10.0
|
||||
jest: ^27.5.1
|
||||
jest-matcher-specific-error: ^1.0.0
|
||||
lint-staged: ^12.0.0
|
||||
prettier: ^2.3.2
|
||||
ts-jest: ^27.1.1
|
||||
|
@ -529,7 +518,6 @@ importers:
|
|||
'@types/jest': 27.4.1
|
||||
eslint: 8.10.0
|
||||
jest: 27.5.1
|
||||
jest-matcher-specific-error: 1.0.0
|
||||
lint-staged: 12.4.0
|
||||
prettier: 2.5.1
|
||||
ts-jest: 27.1.1_tgc6da2oqazvrn56dzwolsqo5i
|
||||
|
|
Loading…
Reference in a new issue