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

Finish implementing Queryable tests #15

Merged
merged 11 commits into from
Mar 5, 2024
Merged

Conversation

daniel-panhead
Copy link
Collaborator

Ended up going with classes for Queryables as there was enough overlap between the CRUD functions that it made sense to define them in the parent and inherit in the children Queryables.

@daniel-panhead daniel-panhead changed the base branch from main to backend February 22, 2024 06:47
...simpleCrudQueries,
...csssUserQueries
};
public authenticateUser = async (email: string, password: string): Promise<CsssUser> => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daniel-panhead daniel-panhead merged commit b5d378d into backend Mar 5, 2024
10 of 13 checks passed
@daniel-panhead daniel-panhead deleted the daniel/node-pg-tests branch March 5, 2024 02:23
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.

2 participants