feat: marketing tag properties #516
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
|