Describe the bug
Seems not to work if we have a nested library.
Could fix it easily by changing the import path inside my library, in file jest-config.js
from
const baseConfig = require('../../jest.config');
to
const baseConfig = require('../../../jest.config');
Describe the bug Seems not to work if we have a nested library. Could fix it easily by changing the import path inside my library, in file
jest-config.js
To Reproduce
myComp/myFirstLibrary
.Expected behavior The schematics could realize the folder depth and set the correct import.
Additional context