Skip to content

Commit

Permalink
Fix test specs
Browse files Browse the repository at this point in the history
  • Loading branch information
andmev committed Jul 19, 2022
1 parent be443ba commit ed3831f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Main Functionality', () => {
`ts-node ${join(__dirname, 'index.ts')} --version`,
);
expect(stderr).toEqual('');
expect(stdout).toEqual('2.0.3\n');
expect(stdout).toEqual('2.0.4\n');
});
it('prints StegJS help information', async () => {
const { stdout, stderr } = await exec(
Expand Down

0 comments on commit ed3831f

Please sign in to comment.