p5.js-web-editor
p5.js-web-editor copied to clipboard
Issue-#2923 added test for the Account Form.
Ref #2923
Changes: Added the test for AccountForm.
I have verified that this pull request:
- [x] has no linting errors (
npm run lint
) - [x] has no test errors (
npm run test
) - [x] is from a uniquely-named feature branch and is up to date with the
develop
branch. - [x] is descriptively named and links to an issue number, i.e.
Fixes #123