Skip to content

add the gh actions setup file #1

add the gh actions setup file

add the gh actions setup file #1

Triggered via push August 1, 2024 14:48
Status Success
Total duration 2m 33s
Artifacts
run-js-checks
1m 0s
run-js-checks
test-with-coverage
2m 25s
test-with-coverage
test-windows
0s
test-windows
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
run-js-checks: packages/metro-transform-plugins/src/addParamsToDefineCall.js#L26
Always use `== null` or `!= null` to check for `null` AND `undefined` values (even if you just expect either of them). Within fb we treat them as equal and `== null` checks for both