Skip to content

refactor: Re-structure unit tests #305

refactor: Re-structure unit tests

refactor: Re-structure unit tests #305

Triggered via pull request November 4, 2025 16:29
Status Failure
Total duration 24s
Artifacts

lint-typescript.yml

on: pull_request
Compile TypeScript (tsc)
17s
Compile TypeScript (tsc)
Lint TypeScript (eslint, prettier)
20s
Lint TypeScript (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Compile TypeScript (tsc)
Process completed with exit code 1.
Compile TypeScript (tsc): example/src/tests/db.ts#L6
[tsc] reported by reviewdog 🐶 Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations. Raw Output: src/tests/db.ts(6,22): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Compile TypeScript (tsc): example/src/tests/db.ts#L5
[tsc] reported by reviewdog 🐶 Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations. Raw Output: src/tests/db.ts(5,8): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Compile TypeScript (tsc): example/src/Database.ts#L3
[tsc] reported by reviewdog 🐶 Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations. Raw Output: src/Database.ts(3,31): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Compile TypeScript (tsc): example/src/Database.ts#L2
[tsc] reported by reviewdog 🐶 Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations. Raw Output: src/Database.ts(2,34): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.