refactor: remove test utils and validator bindings for now #536
Annotations
10 errors
src/database/paginator/simple_paginator.ts#L12
Cannot find module '../../Orm/naming_strategies/snake_case.js' or its corresponding type declarations.
|
test/orm/base_model.spec.ts#L5651
Property 'ModelQueryBuilder' does not exist on type 'Database'.
|
test/orm/base_model.spec.ts#L5652
'this' implicitly has type 'any' because it does not have a type annotation.
|
test/orm/base_model.spec.ts#L5653
'this' implicitly has type 'any' because it does not have a type annotation.
|
test/orm/base_model.spec.ts#L5657
Element implicitly has an 'any' type because expression of type '"whereActive"' can't be used to index type 'ModelQueryBuilderContract<typeof User, User>'.
|
test/orm/base_model.spec.ts#L5694
Property 'withId' does not exist on type 'InsertQueryBuilderContract<any[]>'.
|
test/orm/base_model.spec.ts#L5699
Property 'InsertQueryBuilder' does not exist on type 'Database'.
|
test/orm/model_many_to_many.spec.ts#L87
Element implicitly has an 'any' type because expression of type '"localKeyColumnName"' can't be used to index type 'ManyToManyRelationContract<LucidModel, typeof Skill>'.
|
test/orm/model_many_to_many.spec.ts#L117
Element implicitly has an 'any' type because expression of type '"localKeyColumnName"' can't be used to index type 'ManyToManyRelationContract<LucidModel, typeof Skill>'.
|
|
The logs for this run have expired and are no longer available.
Loading