Skip to content

Commit 54b859b

Browse files
committed
Verbose shell for imports test
1 parent 59cb1a0 commit 54b859b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/tests/imports/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { afterAll, expect, it } from 'vitest';
22
import 'zx/globals';
33
import * as fs from 'fs';
44
import path from 'path';
5-
$.verbose = false;
5+
$.verbose = true;
66

77
const IMPORTS_FOLDER = 'tests/imports/files';
88

0 commit comments

Comments
 (0)