Skip to content

Commit

Permalink
chore: sync boilerplate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-slovak committed Feb 7, 2025
1 parent 7f86677 commit 65531d2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .boilerplate-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
81018841961fa40b00651c15444d45d4ca1018ce
d769f2d57af542dd1ef245dc3594d9e5ac6e31dc
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
22.13.1
2 changes: 1 addition & 1 deletion .watchmanconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
1 change: 0 additions & 1 deletion __tests__/Tests/Lint.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-magic-numbers -- not necessary in test file */
/**
* @Author: Rostislav Simonik <rostislav.simonik@technologystudio.sk>
* @Date: 2018-01-09T00:56:40+01:00
Expand Down
7 changes: 7 additions & 0 deletions __tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"paths": {
"Config/*": [ "./__tests__/Config/*" ],
"Data/*": [ "./__tests__/Data/*" ],
"Utils/*": [ "./__tests__/Utils/*" ],
"src": [ "./src" ],
"src/*": [ "./src/*" ]
}
},
"include": [
"./**/*.ts"
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export default {
tsconfig: '<rootDir>/__tests__/tsconfig.json'
}]
},
moduleNameMapper: pathsToModuleNameMapper(tsconfig.compilerOptions.paths ?? {}, { prefix: '<rootDir>/' }),
moduleNameMapper: pathsToModuleNameMapper(tsconfig.compilerOptions.paths, { prefix: '<rootDir>/' }),
}

0 comments on commit 65531d2

Please # to comment.