mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore: improve logging for tests
This commit is contained in:
parent
df7d773856
commit
e9d955b4ce
@ -107,7 +107,10 @@ export const lint = task({
|
||||
export const test = task({
|
||||
name: 'test',
|
||||
run: async () => {
|
||||
await execa(NODE_BIN, [JSDOC_BIN, '-T']);
|
||||
await execa(NODE_BIN, [JSDOC_BIN, '-T'], {
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user