Skip to content

Commit

Permalink
Added test name
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed May 15, 2024
1 parent c017675 commit 857307f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-fuels/src/lib/setupProgram.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { setupProgram } from './setupProgram';
/**
* @group node
*/
describe(() => {
describe('setupProgram', () => {
test('setupProgram takes in args properly', () => {
const program = setupProgram();
program.parse(['', '', 'test-project-name', '-c', '-p', '-s', '--pnpm', '--npm']);
Expand Down

0 comments on commit 857307f

Please sign in to comment.