Skip to content

Commit

Permalink
Merge branch 'master' into logo-cover-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Apr 22, 2024
2 parents bafc19d + b35451b commit b22cfdb
Show file tree
Hide file tree
Showing 19 changed files with 389 additions and 520 deletions.
6 changes: 3 additions & 3 deletions .github/actions/docusaurus-swizzled-warning/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/base-service/coalesce.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import coalesce from './coalesce.js'
// https://github.com/royriojas/coalescy for these tests!

describe('coalesce', function () {
test(coalesce, function () {
test(coalesce, () => {
given().expect(undefined)
given(null, []).expect([])
given(null, [], {}).expect([])
Expand Down

0 comments on commit b22cfdb

Please sign in to comment.