Skip to content

Commit 5203f39

Browse files
committed
test fix
1 parent 15d016d commit 5203f39

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import {runCommand} from '@oclif/test';
2+
import {expect} from 'chai';
3+
4+
describe('_test', () => {
5+
it('runs the smoke test command without errors', async () => {
6+
const {error} = await runCommand('_test');
7+
expect(error).to.be.undefined;
8+
});
9+
});

packages/b2c-cli/test/commands/hello/index.test.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)