Skip to content

Commit e865630

Browse files
davidotlinusg
authored andcommitted
Revert "Ignore the test/staging directory by default"
This reverts commit 12503b4. See: tc39/test262#3649 (comment)
1 parent c702321 commit e865630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def main() -> None:
581581
)
582582
parser.add_argument(
583583
"--ignore",
584-
default="test/staging/**/*.js",
584+
default="",
585585
help="ignore any tests matching the glob",
586586
)
587587
parser.add_argument(

0 commit comments

Comments
 (0)