python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use mocks in tests with Adonis 5 (adonisjs/fold package)?
I have an API built with Adonis 5 (core version 5.4.0). The tests are made with Adonis' own runner, japa (version 3.1.1).
As per the Adonis documentation, I build my tests to interact with a real test...
Ernani
Votes: 0
Answers: 1
Run first migration SQLite with Adinis 5 - Cannot find module '@vscode/sqlite3'
When i run this command "node ace migration:run" the terminal show me this error:
Knex: run
$ npm install sqlite3 --save
Cannot find module '@vscode/sqlite3'
...
...
...
I am using Adonis JS...
Madson Lima
Votes: 0
Answers: 1
Is there any way to read file as a File object in nodejs?
I want to get local file as a file object no Buffer, I need File{} object. readSync giving me Buffer.
shrikanta mazumder
Votes: 0
Answers: 1
Property 'view' does not exist on type 'HttpContextContract'.ts(2339) adonisjs
I am new in adonis jsand i am facing this error while creating controllers.
import { HttpContextContract } from '@ioc:Adonis/Core/HttpContext'
export default class LoginController{
public async ...
Deependra Khatiwada
Votes: 0
Answers: 1