Skip to content

Commit e2eb3f9

Browse files
committed
✏️ needed .min in module paths
1 parent 06b2a5c commit e2eb3f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/config/jest/modulePaths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const CustomModulePaths = [
3737
path: '<rootDir>src/FileCabinet/SuiteScripts/Modules/aModule',
3838
},
3939
{
40-
module: '/SuiteScripts/Modules/aModule',
40+
module: '/SuiteScripts/Modules/aModule.min',
4141
path: '<rootDir>src/FileCabinet/SuiteScripts/Modules/aModule.js',
4242
},
4343
{

.ci/config/jest/modulePaths.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)