Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #78

Closed
wants to merge 1 commit into from
Closed

test #78

wants to merge 1 commit into from

Conversation

Lukasdotcom
Copy link
Owner

Change Summary

Provide summary of changes with issue number if any.

Have you done all the things below

  • Run npm run format to format everything with prettier.
  • Run npm run lint and fix all errors and warnings.
  • Made sure that all database changes have update code in entrypoint.mjs.
  • Made sure to test your changes.
  • All sql syntax would work on mysql.
  • Made sure to test your changes whith cypress by running npm run start:test and in another terminal npm run cypress. If this fails and you don't know why look in the contributing guidelines or ask in this pull request.
  • If you added any features it would be great if you tested them with cypress(Not required).

Change type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation, changes to issue or pull request templates;)
  • style: (formatting, missing semi colons, fixing typo, etc)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing cypress tests, refactoring cypress tests; editing github actions; no production code change)

Additional information / screenshots (optional)

Anything for maintainers to be made aware of

@Lukasdotcom Lukasdotcom deleted the test branch July 23, 2022 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant