mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-25 07:44:24 +00:00
chore(deps): upgrade dependencies and drop ESLint
This commit is contained in:
parent
45a5cbb476
commit
3337b3eed3
30 changed files with 831 additions and 4024 deletions
|
|
@ -1,12 +1,10 @@
|
|||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
testMatch: ['**/*.test.ts'],
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true,
|
||||
modulePaths: [
|
||||
"<rootDir>/src/"
|
||||
],
|
||||
}
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ["js", "ts"],
|
||||
testMatch: ["**/*.test.ts"],
|
||||
transform: {
|
||||
"^.+\\.ts$": "ts-jest",
|
||||
},
|
||||
verbose: true,
|
||||
modulePaths: ["<rootDir>/src/"],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue