-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
needs triageThe issue needs to be reproduced and requires a proposed fix.The issue needs to be reproduced and requires a proposed fix.
Description
Running the test:snapshot command as instructed at the end of module 1 creates a nested 'packages/component/src/card/snapshot directory inside the packages/component directory.
change from:
const snapshotPath = join(
'packages',
'component',
dirname(fileName),
'__snapshots__'
);
to:
const snapshotPath = join(
dirname(fileName),
'__snapshots__'
);
Metadata
Metadata
Assignees
Labels
needs triageThe issue needs to be reproduced and requires a proposed fix.The issue needs to be reproduced and requires a proposed fix.