You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: