feat: add github actions #7
ci.yml
on: pull_request
typecheck
16s
Matrix: build
Matrix: test
Annotations
3 errors
Unhandled error:
src/index.ts#L15
TypeError: Cannot destructure property 'paths' of 'undefined' as it is undefined.
❯ Module.processTranslations src/index.ts:15:1
❯ tests/processTranslations.test.ts:63:5
This error originated in "tests/processTranslations.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
tests/processTranslations.test.ts > processTranslations > should process translations correctly:
tests/processTranslations.test.ts#L65
AssertionError: expected "readFileSync" to be called with arguments: [ 'localPath/en.js', 'utf-8' ]
Received:
Number of calls: 0
❯ tests/processTranslations.test.ts:65:29
|
test (20)
Process completed with exit code 1.
|