Migrate publish to gh actions #39
build-test-and-deploy.yml
on: pull_request
Matrix: test
Typescript, Lint, Smoke Test
46s
Test Coverage Calculation
1m 44s
Deploy
0s
Annotations
2 errors and 2 warnings
Test Coverage Calculation
Canceling since a higher priority waiting request for 'build-test-and-deploy-refs/pull/1312/merge' exists
|
Test Coverage Calculation
The operation was canceled.
|
Typescript, Lint, Smoke Test:
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
|
Typescript, Lint, Smoke Test:
packages/metro-transform-plugins/src/import-export-plugin.js#L142
'withLocation' is already defined
|