Skip to content

Commit

Permalink
test: fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 27, 2023
1 parent cb51a2c commit dbc3396
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/i18n_provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ test.group('I18n Provider', () => {
}),
},
rcFileContents: {
providers: [() => import('../providers/i18n_provider.js')],
providers: [
() => import('@adonisjs/core/providers/edge_provider'),
() => import('../providers/i18n_provider.js'),
],
},
})
.create(BASE_URL, {
Expand Down

0 comments on commit dbc3396

Please sign in to comment.