Skip to content

Commit 4b29cc2

Browse files
committed
test: do not mock console output to debug failing test
1 parent f99ca7f commit 4b29cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/make-test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test.group('Make Test', (group) => {
7272
const rcContents = readJSONSync(join(fs.basePath, '.adonisrc.json'))
7373
const app = new Application(fs.basePath, 'test', rcContents)
7474

75-
const makeTest = new MakeTest(app, new Kernel(app).mockConsoleOutput())
75+
const makeTest = new MakeTest(app, new Kernel(app))
7676
makeTest.suite = 'functional'
7777
makeTest.name = 'Users/index'
7878
await makeTest.run()

0 commit comments

Comments
 (0)