Skip to content

feat(isUpiId): Added regex and tests for UPI id validation #1458

feat(isUpiId): Added regex and tests for UPI id validation

feat(isUpiId): Added regex and tests for UPI id validation #1458

Triggered via pull request October 7, 2023 17:59
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

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

Annotations

41 errors and 5 warnings
Run tests on Node.js 8: src/index.js#L241
Missing trailing comma
Run tests on Node.js 8: src/lib/isUpiId.js#L2
Expected indentation of 2 spaces but found 4
Run tests on Node.js 8: src/lib/isUpiId.js#L3
Expected indentation of 2 spaces but found 4
Run tests on Node.js 8: src/lib/isUpiId.js#L4
Trailing spaces not allowed
Run tests on Node.js 8: src/lib/isUpiId.js#L5
Expected indentation of 2 spaces but found 4
Run tests on Node.js 8: src/lib/isUpiId.js#L6
Expected indentation of 0 spaces but found 2
Run tests on Node.js 8: src/lib/isUpiId.js#L7
Newline required at end of file but not found
Run tests on Node.js 8: test/validators.test.js#L1
Strings must use singlequote
Run tests on Node.js 8: test/validators.test.js#L2
Strings must use singlequote
Run tests on Node.js 8: test/validators.test.js#L3
Strings must use singlequote
Run tests on Node.js 12: src/index.js#L241
Missing trailing comma
Run tests on Node.js 12: src/lib/isUpiId.js#L2
Expected indentation of 2 spaces but found 4
Run tests on Node.js 12: src/lib/isUpiId.js#L3
Expected indentation of 2 spaces but found 4
Run tests on Node.js 12: src/lib/isUpiId.js#L4
Trailing spaces not allowed
Run tests on Node.js 12: src/lib/isUpiId.js#L5
Expected indentation of 2 spaces but found 4
Run tests on Node.js 12: src/lib/isUpiId.js#L6
Expected indentation of 0 spaces but found 2
Run tests on Node.js 12: src/lib/isUpiId.js#L7
Newline required at end of file but not found
Run tests on Node.js 12: test/validators.test.js#L1
Strings must use singlequote
Run tests on Node.js 12: test/validators.test.js#L2
Strings must use singlequote
Run tests on Node.js 12: test/validators.test.js#L3
Strings must use singlequote
Run tests on Node.js 6
The operation was canceled.
Run tests on Node.js 10: src/index.js#L241
Missing trailing comma
Run tests on Node.js 10: src/lib/isUpiId.js#L2
Expected indentation of 2 spaces but found 4
Run tests on Node.js 10: src/lib/isUpiId.js#L3
Expected indentation of 2 spaces but found 4
Run tests on Node.js 10: src/lib/isUpiId.js#L4
Trailing spaces not allowed
Run tests on Node.js 10: src/lib/isUpiId.js#L5
Expected indentation of 2 spaces but found 4
Run tests on Node.js 10: src/lib/isUpiId.js#L6
Expected indentation of 0 spaces but found 2
Run tests on Node.js 10: src/lib/isUpiId.js#L7
Newline required at end of file but not found
Run tests on Node.js 10: test/validators.test.js#L1
Strings must use singlequote
Run tests on Node.js 10: test/validators.test.js#L2
Strings must use singlequote
Run tests on Node.js 10: test/validators.test.js#L3
Strings must use singlequote
Run tests on Node.js 14: src/index.js#L241
Missing trailing comma
Run tests on Node.js 14: src/lib/isUpiId.js#L2
Expected indentation of 2 spaces but found 4
Run tests on Node.js 14: src/lib/isUpiId.js#L3
Expected indentation of 2 spaces but found 4
Run tests on Node.js 14: src/lib/isUpiId.js#L4
Trailing spaces not allowed
Run tests on Node.js 14: src/lib/isUpiId.js#L5
Expected indentation of 2 spaces but found 4
Run tests on Node.js 14: src/lib/isUpiId.js#L6
Expected indentation of 0 spaces but found 2
Run tests on Node.js 14: src/lib/isUpiId.js#L7
Newline required at end of file but not found
Run tests on Node.js 14: test/validators.test.js#L1
Strings must use singlequote
Run tests on Node.js 14: test/validators.test.js#L2
Strings must use singlequote
Run tests on Node.js 14: test/validators.test.js#L3
Strings must use singlequote
Run tests on Node.js 8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 12
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 6
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 10
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 14
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/