Skip to content

Commit

Permalink
#45: allow test skipping part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jul 22, 2024
1 parent 86fb979 commit eb03636
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ If you want to learn more about the syntax and how `leia` puts together the abov

## Skipping

You can also skip tests. This is useful if you want to stub out a test to do later but don't have the time to do right now.
You can also skip tests. This is useful if you want to stub out a test for later.

```bash
# Should write this test later and dont want to forget it
Expand Down
1 change: 0 additions & 1 deletion cli/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class LeiaCommand extends Command {
.fromPairs()
.value();


// make sure we split any headers that need to be split
['setupHeader', 'testHeader', 'cleanupHeader'].forEach((header) => {
if (options[header].length === 1) options[header] = options[header][0].split(',');
Expand Down

0 comments on commit eb03636

Please sign in to comment.