Allow some special characters on TagsQuery component #434
pull-request.yaml
on: pull_request
lint-test-danger
1m 13s
Annotations
2 errors and 1 warning
replaceReservedChars › should replace reserved characters with empty space:
packages/provider-elasticsearch/src/example-types/filters/tagsQuery.test.js#L67
expect(received).toEqual(expected) // deep equality
Expected: "foo bar baz 1 2 3 4 5"
Received: "foo\\: bar baz \\- 1 2 3 4 5"
at Object.toEqual (packages/provider-elasticsearch/src/example-types/filters/tagsQuery.test.js:67:7)
|
lint-test-danger
Process completed with exit code 1.
|
lint-test-danger
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|