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

[BUG] [CCI] DeprecationWarning: strictEqual() is deprecated, use equal() instead #434

Closed
ilikmeister opened this issue Mar 15, 2023 · 3 comments · Fixed by #446
Closed
Labels
🐛 bug Something isn't working CCI College Contributor Initiative good first issue Good for newcomers

Comments

@ilikmeister
Copy link
Contributor

ilikmeister commented Mar 15, 2023

What is the bug?

I experienced the following deprecation warning in bulk.test.js when I run yarn test

DeprecationWarning: strictEqual() is deprecated, use equal() instead

How can one reproduce the bug?

yarn test

What is the expected behavior?

To be fixed

What is your host/environment?

Node v18

Do you have any screenshots?

image

Do you have any additional context?

Replacing by equal() will remove the warning

@ilikmeister
Copy link
Contributor Author

Addition to an issue:
Similar warning in bulk.test.js after yarn test:
test/unit/helpers/bulk.test.js 2> (node:9860) DeprecationWarning: deepEqual() is deprecated, use same() instead

@kavilla kavilla added good first issue Good for newcomers and removed untriaged labels Mar 17, 2023
@kavilla
Copy link
Member

kavilla commented Mar 17, 2023

@ilikmeister thanks for opening!

Would you like to pick it up for a quick win?

@ilikmeister
Copy link
Contributor Author

ilikmeister commented Mar 17, 2023

@ilikmeister thanks for opening!

Would you like to pick it up for a quick win?

Sure

@ilikmeister ilikmeister changed the title [BUG] DeprecationWarning: strictEqual() is deprecated, use equal() instead [BUG] [CCI] DeprecationWarning: strictEqual() is deprecated, use equal() instead Mar 18, 2023
@nhtruong nhtruong added the CCI College Contributor Initiative label Mar 22, 2023
@wbeckler wbeckler added the 🐛 bug Something isn't working label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working CCI College Contributor Initiative good first issue Good for newcomers
Projects
None yet
4 participants