fxa/packages/fxa-react
Lauren Zugai 02c19ef4b4
Merge pull request #14652 from mozilla/train-247
Release 1.247.4 -> main
2022-12-19 15:31:37 -06:00
..
.storybook chore(deps): Upgrade tailwindcss (v1.9 to v3), autoprefixer, & all SB deps, replace postcss deps, remove other deps 2022-06-30 16:51:57 -05:00
components Merge pull request #14493 from mozilla/payment-form-followup 2022-11-23 12:32:29 -05:00
configs feat(tailwind): Update Tailwind config for Tailwind v3 2022-11-30 10:59:02 -08:00
images feat(settings): Create content-server version of AppLayout and move styles 2022-11-18 09:19:04 -06:00
lib refactor(l10n): Ensure shared FTL strings not duplicated on Pontoon 2022-12-13 13:23:53 -06:00
scripts task(ci): Use docker base image 2022-12-15 15:48:16 -08:00
styles storybook(fxa-settings): Recreate ResetPassword in React 2022-12-19 07:48:26 -08:00
.eslintrc.json chore(lint): Lint hidden .storybook/ directories 2022-05-18 15:25:37 -07:00
.prettierignore chore(fxa-react): update files to respect prettier 2020-05-26 13:28:42 -04:00
CHANGELOG.md Merge pull request #13572 from mozilla/FXA-5496-stop-generating-changelogs-in-our-release-script 2022-07-11 16:20:36 -07:00
Gruntfile.js refactor(l10n): Ensure shared FTL strings not duplicated on Pontoon 2022-12-13 13:23:53 -06:00
LICENSE refactor(shared components): Rename 'fxa-components' to 'fxa-react' 2020-05-15 12:55:21 -05:00
README.md refactor(shared components): Rename 'fxa-components' to 'fxa-react' 2020-05-15 12:55:21 -05:00
extract-imported-components.js feat(admin-panel+settings+react): set up storybook and tailwind for admin-panel, share tailwind config across all projects, config movement 2020-06-03 15:46:09 -04:00
jest.config.js refactor(settings + react): update tests to be more consistent and DRY 2020-08-12 09:31:10 -04:00
package.json Merge pull request #14652 from mozilla/train-247 2022-12-19 15:31:37 -06:00
pm2.config.js chore(deps): Upgrade tailwindcss (v1.9 to v3), autoprefixer, & all SB deps, replace postcss deps, remove other deps 2022-06-30 16:51:57 -05:00
postcss.config.js chore(deps): Upgrade tailwindcss (v1.9 to v3), autoprefixer, & all SB deps, replace postcss deps, remove other deps 2022-06-30 16:51:57 -05:00
setupTests.ts refactor(settings + react): don't globally stub console fns, remove unneeded deps, various cleanups 2020-08-19 22:35:36 -04:00
svg-transform.js feat(admin-panel+settings+react): set up storybook and tailwind for admin-panel, share tailwind config across all projects, config movement 2020-06-03 15:46:09 -04:00
tailwind.config.js chore(deps): Upgrade tailwindcss (v1.9 to v3), autoprefixer, & all SB deps, replace postcss deps, remove other deps 2022-06-30 16:51:57 -05:00
tsconfig.json fix(react): use package.json export 2020-07-02 15:48:45 -07:00

README.md

Shared components for FxA React Apps

Testing

This package uses Jest to test its code. By default npm test will test all JS files under src/.

Test specific tests with the following commands:

# Test for the component ComponentName
npm run test -- ComponentName

# Grep for "description"
npm run test -- -t "description"

# Watch files for changes and re-run
npm run test -- --watch

Refer to Jest's CLI documentation for more advanced test configuration.

License

MPL-2.0