Skip to content

Commit

Permalink
chore: fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves authored Apr 27, 2023
1 parent 808bae1 commit dec1f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('exec', () => {
});

describe('execString', () => {
it('should run a command as string', () => {
it('should run a command as string', async () => {
const date = new Date().toISOString().slice(0, 10);
const result = await execString('date -u +"%Y-%m-%d"');

Expand Down

0 comments on commit dec1f83

Please sign in to comment.