Skip to content

Commit eed3655

Browse files
committed
Make test for Array.prototype.values() headless
1 parent 7639458 commit eed3655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/all/js_globals/ArrayIterator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ fn entries() {
8383
#[test]
8484
fn values() {
8585
project()
86+
.headless(true)
8687
.file(
8788
"src/lib.rs",
8889
r#"

0 commit comments

Comments
 (0)