We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99ca7f commit 4b29cc2Copy full SHA for 4b29cc2
test/make-test.spec.ts
@@ -72,7 +72,7 @@ test.group('Make Test', (group) => {
72
const rcContents = readJSONSync(join(fs.basePath, '.adonisrc.json'))
73
const app = new Application(fs.basePath, 'test', rcContents)
74
75
- const makeTest = new MakeTest(app, new Kernel(app).mockConsoleOutput())
+ const makeTest = new MakeTest(app, new Kernel(app))
76
makeTest.suite = 'functional'
77
makeTest.name = 'Users/index'
78
await makeTest.run()
0 commit comments