feature/atomic structure#3
Open
shsavage1993 wants to merge 10 commits into
Open
Conversation
…NextImage, Cta, Carousel, Downloader
shsavage1993
commented
Feb 27, 2025
| export default { | ||
| testEnvironment: "jsdom", | ||
| moduleNameMapper: { | ||
| "^@/(.*)$": "<rootDir>/src/$1", |
shsavage1993
commented
Feb 27, 2025
shsavage1993
commented
Feb 27, 2025
| expect(handleClick).toHaveBeenCalledTimes(2); | ||
| }); | ||
|
|
||
| // it("should not display if isHidden property is set to true", () => { |
Author
There was a problem hiding this comment.
Not able to test anything related to css (need to include transformers in Jest)
shsavage1993
commented
Feb 27, 2025
| "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ | ||
| // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ | ||
| // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ | ||
| "paths": { |
shsavage1993
commented
Feb 27, 2025
| "typeRoots": [ | ||
| "./node_modules/@types" | ||
| ], /* List of folders to include type definitions from. */ | ||
| // "typeRoots": [ |
Author
There was a problem hiding this comment.
removed this as it was resulting in an error with jest
kierenCcoetzee
requested changes
Feb 28, 2025
| @import 'vars'; | ||
| @import 'mixins'; | ||
| @import 'typography'; | ||
| @import "vars"; |
There was a problem hiding this comment.
@import is deprecated and will be removed in future versions of Sass, please use @use instead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.