Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade next to 13.5 #84

Merged
merged 4 commits into from
Feb 21, 2024

Temporarily removed Chromatic GH action step

0dd4d81
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Upgrade next to 13.5 #84

Temporarily removed Chromatic GH action step
0dd4d81
Select commit
Loading
Failed to load commit list.
GitHub Actions / Vitest Tests succeeded Feb 21, 2024 in 1s

15 passed, 0 failed and 0 skipped

Tests passed successfully

✅ reports/vitest-report.xml

15 tests were completed in 458ms with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
src/utils/CommonUtil.test.ts 15✅ 10ms

✅ src/utils/CommonUtil.test.ts

src/utils/CommonUtil.test.ts
  ✅ isNullish > it returns true for null
  ✅ isNullish > it returns true for undefined
  ✅ isNullish > it returns false for 0
  ✅ isNullish > it returns false for false
  ✅ isNullish > it returns false for empty string
  ✅ isNullish > it returns false for empty array
  ✅ isNullish > it returns false for empty object
  ✅ isNullish > it returns false for NaN
  ✅ isNullish > it returns false for Infinity
  ✅ isNullish > it returns false for function
  ✅ isNullish > it returns false for class
  ✅ truncateString > it returns the original string if it is shorter than the limit
  ✅ truncateString > it returns the truncated string if it is longer than the limit
  ✅ truncateString > with default limit 50, it returns the original shorter string
  ✅ truncateString > with default limit 50, it returns the truncated string if it is longer than the limit