Start to vendor lmdb-js-lite #39
ci.yml
on: pull_request
Lint
1m 16s
Flow
1m 4s
TypeScript types
55s
Deploy REPL
/
Build REPL
Matrix: integration_tests
Matrix: unit_tests
Annotations
9 errors
Lint
Process completed with exit code 1.
|
TypeScript types
Subsequent variable declarations must have the same type. Variable 'beforeEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
TypeScript types
Subsequent variable declarations must have the same type. Variable 'afterEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
TypeScript types
Subsequent variable declarations must have the same type. Variable 'describe' must be of type 'Describe', but here has type 'SuiteFunction'.
|
TypeScript types
Subsequent variable declarations must have the same type. Variable 'xdescribe' must be of type 'Describe', but here has type 'PendingSuiteFunction'.
|
TypeScript types
Subsequent variable declarations must have the same type. Variable 'it' must be of type 'It', but here has type 'TestFunction'.
|
TypeScript types
Subsequent variable declarations must have the same type. Variable 'test' must be of type 'It', but here has type 'TestFunction'.
|
TypeScript types
Subsequent variable declarations must have the same type. Variable 'xit' must be of type 'It', but here has type 'PendingTestFunction'.
|
TypeScript types
Process completed with exit code 1.
|