Skip to content

Types

Types #289

Triggered via pull request February 19, 2025 18:08
@jlukicjlukic
synchronize #47
types
Status Success
Total duration 15s
Artifacts

pull-request-labeler.yml

on: pull_request
labeler
5s
labeler
Fit to window
Zoom out
Zoom in

Annotations

8 errors
packages/utils/test/utils.test.js ► String Utilities > joinWords > should join words with default settings: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected ', , and undefined' to be 'apple, banana, and cherry' // Object.is equality
packages/utils/test/utils.test.js ► String Utilities > joinWords > should handle a single word: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected undefined to be 'apple' // Object.is equality
packages/utils/test/utils.test.js ► String Utilities > joinWords > should handle two words: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected ' and ' to be 'apple and banana' // Object.is equality
packages/utils/test/utils.test.js ► String Utilities > joinWords > should use custom separator: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected '; ; and undefined' to be 'apple; banana; and cherry' // Object.is equality
packages/utils/test/utils.test.js ► String Utilities > joinWords > should use custom last separator: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected ', , or undefined' to be 'apple, banana, or cherry' // Object.is equality
packages/utils/test/utils.test.js ► String Utilities > joinWords > should not use Oxford comma when specified: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected ', and undefined' to be 'apple, banana and cherry' // Object.is equality
packages/utils/test/utils.test.js ► String Utilities > joinWords > should add quotes when specified: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected '"undefined", "undefined", and "undefi…' to be '"apple", "banana", and "cherry"' // Object.is equality
packages/utils/test/utils.test.js ► String Utilities > joinWords > should handle array with falsy values: tests/results/test-results-unit-junit.xml#L0
Failed test found in: tests/results/test-results-unit-junit.xml Error: AssertionError: expected ', , , , , and undefined' to be 'apple, , , banana, , and cherry' // Object.is equality