MOBILE-4616 chore: Update circular dependencies number
This commit is contained in:
parent
4b950ac891
commit
21ac11cb35
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
cat circular-dependencies
|
cat circular-dependencies
|
||||||
lines=$(cat circular-dependencies | wc -l)
|
lines=$(cat circular-dependencies | wc -l)
|
||||||
echo "Total circular dependencies: $lines"
|
echo "Total circular dependencies: $lines"
|
||||||
test $lines -eq 135
|
test $lines -eq 129
|
||||||
- name: JavaScript code compatibility
|
- name: JavaScript code compatibility
|
||||||
run: |
|
run: |
|
||||||
npx check-es-compat www/*.js --polyfills="\{Array,String,TypedArray\}.prototype.at,Object.hasOwn"
|
npx check-es-compat www/*.js --polyfills="\{Array,String,TypedArray\}.prototype.at,Object.hasOwn"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user