rename to core
This commit is contained in:
@@ -12,6 +12,6 @@ module.exports = {
|
||||
coverageDirectory: '../coverage',
|
||||
testRegex: '.*\\.spec\\.ts$',
|
||||
moduleNameMapper: {
|
||||
'^@gridpilot/(.*)$': '<rootDir>/../../packages/$1', // Corrected path
|
||||
'^@gridpilot/(.*)$': '<rootDir>/../../core/$1', // Corrected path
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user