Skip to content

add the gh actions setup file #12

add the gh actions setup file

add the gh actions setup file #12

Triggered via push August 2, 2024 10:16
Status Success
Total duration 1m 30s
Artifacts
run-js-checks
39s
run-js-checks
test-with-coverage
1m 23s
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