chore(release): v1.3.0 🎉 #9
test.yml
on: push
suite
/
...
/
npm
40s
suite
/
test-commits
11s
suite
/
test-types
11s
suite
/
test-format
11s
suite
/
test-lint
12s
suite
/
test-unit
15s
suite
/
test-integration
12s
suite
/
test-acceptance-locally
12s
Annotations
31 errors
suite / test-types:
src/asUniPhoneInHumanWords.test.ts#L1
Cannot find module './asPhoneInHumanWords' or its corresponding type declarations.
|
suite / test-types:
src/asUniPhoneInHumanWords.test.ts#L7
Property 'assure' does not exist on type '(input: string) => boolean'.
|
suite / test-types:
src/asUniPhoneInHumanWords.ts#L1
Cannot find module './Phone' or its corresponding type declarations.
|
suite / test-types:
src/asUniPhoneNumber.test.ts#L1
Cannot find module './asPhoneNumber' or its corresponding type declarations.
|
suite / test-types:
src/asUniPhoneNumber.ts#L4
Cannot find module './PhoneNumber' or its corresponding type declarations.
|
suite / test-types:
src/index.ts#L1
Cannot find module './PhoneNumber' or its corresponding type declarations.
|
suite / test-types:
src/index.ts#L3
Cannot find module './asPhoneNumber' or its corresponding type declarations.
|
suite / test-types:
src/index.ts#L5
Cannot find module './Phone' or its corresponding type declarations.
|
suite / test-types:
src/index.ts#L6
Cannot find module './asPhoneInHumanWords' or its corresponding type declarations.
|
suite / test-types:
src/isUniPhoneNumber.ts#L3
Cannot find module './PhoneNumber' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/asUniPhoneInHumanWords.test.ts#L1
Cannot find module './asPhoneInHumanWords' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/asUniPhoneInHumanWords.test.ts#L7
Property 'assure' does not exist on type '(input: string) => boolean'.
|
suite / test-acceptance-locally:
src/asUniPhoneInHumanWords.ts#L1
Cannot find module './Phone' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/asUniPhoneNumber.test.ts#L1
Cannot find module './asPhoneNumber' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/asUniPhoneNumber.ts#L4
Cannot find module './PhoneNumber' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/index.ts#L1
Cannot find module './PhoneNumber' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/index.ts#L3
Cannot find module './asPhoneNumber' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/index.ts#L5
Cannot find module './Phone' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/index.ts#L6
Cannot find module './asPhoneInHumanWords' or its corresponding type declarations.
|
suite / test-acceptance-locally:
src/isUniPhoneNumber.ts#L3
Cannot find module './PhoneNumber' or its corresponding type declarations.
|
suite / test-lint:
src/asUniPhoneInHumanWords.test.ts#L1
Missing file extension for "./asPhoneInHumanWords"
|
suite / test-lint:
src/asUniPhoneInHumanWords.ts#L1
Missing file extension for "./Phone"
|
suite / test-lint:
src/asUniPhoneNumber.test.ts#L1
Missing file extension for "./asPhoneNumber"
|
suite / test-lint:
src/asUniPhoneNumber.ts#L4
Missing file extension for "./PhoneNumber"
|
suite / test-lint:
src/index.ts#L1
Missing file extension for "./PhoneNumber"
|
suite / test-lint:
src/index.ts#L2
Multiple exports of name 'isPhoneNumber'
|
suite / test-lint:
src/index.ts#L3
Missing file extension for "./asPhoneNumber"
|
suite / test-lint:
src/index.ts#L4
Multiple exports of name 'isPhoneNumber'
|
suite / test-lint:
src/index.ts#L5
Missing file extension for "./Phone"
|
suite / test-lint:
src/index.ts#L6
Missing file extension for "./asPhoneInHumanWords"
|
suite / test-unit
Process completed with exit code 1.
|