-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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: favor ===
over ==
in fs-utimes
#9290
Conversation
This is a good start, but there are other improvements that can be made while you're updating this test:
|
@cjihrig Sorry, I overlooked |
I'd also add that if you do end up keeping the |
@Trott Understood. I found it on Line 143. Thank you. |
9c93f6c
to
8133444
Compare
8133444
to
90b88b9
Compare
Landed in 377ea28. |
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test fs-utimes