Cannot run production build after updating to march release #3683
-
Hi, after updating to march 2022 release I get the following error after building and then trying run the production build isolated: Cannot find module '@japa/preset-adonis/TestsProvider' It was added as a provider in the To reproduce:
|
Beta Was this translation helpful? Give feedback.
Answered by
RomainLanz
Apr 21, 2022
Replies: 1 comment 2 replies
-
Hey @oanylund! 👋🏻 Please, move the {
"//": "..."
"aceProviders": ["@adonisjs/repl"],
"testProviders": ["@japa/preset-adonis/TestsProvider"],
"//": "..."
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
oanylund
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @oanylund! 👋🏻
Please, move the
@japa/preset-adonis/TestsProvider
in your.adonisjsrc.json
file to thetestProviders
key.