Skip to content

Commit 2100d87

Browse files
committed
chore: test wireit
1 parent 1c93848 commit 2100d87

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/nut/listAndDisplay.nut.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ describe('Org Command NUT', () => {
142142
});
143143
it('should list orgs in a human readable form', () => {
144144
const stdout = execCmd('org:list', { ensureExitCode: 0 }).shellOutput.stdout;
145-
console.log("IN TEST");
146-
console.log('process.stdout.columns', process.stdout.columns);
147-
console.log(stdout);
148145
let lines = stdout.split(os.EOL);
149146
if (lines.length === 1) {
150147
lines = stdout.split('\n');

0 commit comments

Comments
 (0)