Skip to content

Commit

Permalink
update manual test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 11, 2024
1 parent 3a5a841 commit fc1384d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function please(
);
}
please.skip = test.skip;
please.only = test.only;

export function it(
name: string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function manualTests(origin: string): Test {
'assets',
'manual',
fileName
)} assets/test150MiB`,
)} assets/${fileName}`,
{
stdio: 'inherit'
}
Expand Down

0 comments on commit fc1384d

Please sign in to comment.