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

fix: overridden functions #17

Merged
merged 3 commits into from
Jan 16, 2024
Merged

fix: overridden functions #17

merged 3 commits into from
Jan 16, 2024

Conversation

gas1cent
Copy link
Member

No description provided.

@gas1cent gas1cent requested a review from 0xGorilla January 15, 2024 12:27
@gas1cent gas1cent self-assigned this Jan 15, 2024

describe('with enforced inheritdoc', () => {
beforeAll(async () => {
config = {
Copy link
Member

Choose a reason for hiding this comment

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

I would avoid using the same object. What if the one on the top is called basicConfig, and this one is:

const config = {
  ...basicConfig,
  enforceInheritdoc: true
}

Copy link
Member Author

Choose a reason for hiding this comment

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

@0xGorilla 🫡 will refactor when we get to it

@gas1cent gas1cent merged commit bd1c2a2 into main Jan 16, 2024
4 checks passed
@gas1cent gas1cent deleted the fix/overridden-functions branch January 16, 2024 08:40
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