Skip to content

feat: marketing tag properties #516

feat: marketing tag properties

feat: marketing tag properties #516

Triggered via pull request April 17, 2025 13:09
Status Failure
Total duration 57s
Artifacts

build-test-ci.yml

on: pull_request
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

2 errors
main (20.x)
Process completed with exit code 1.
utils/generateAuthUrl.test.ts > generateAuthUrl > When non whitelisted properties are added when defined, warn for each one do not add to the url: lib/utils/generateAuthUrl.test.ts#L304
AssertionError: expected "warn" to be called with arguments: [ 'Unsupported Property: ', …(1) ] Received: 1st warn call: [ - "Unsupported Property: ", + "Unsupported Property to url generation: ", "testProperty1", ] 2nd warn call: [ - "Unsupported Property: ", - "testProperty1", + "Unsupported Property to url generation: ", + "testProperty2", ] Number of calls: 2 ❯ utils/generateAuthUrl.test.ts:304:28