Skip to content

Commit 0d50848

Browse files
committed
chore: suggested changes
1 parent 5a09527 commit 0d50848

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/node_modules/@stdlib/plot/vega/axis/ctor/test/test.band_position.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ tape( 'the constructor throws an error if provided an invalid `bandPosition` opt
6464
values = [
6565
'beep',
6666
'boop',
67+
null,
68+
true,
69+
false,
70+
[],
6771
-0.1,
6872
1.1,
6973
NaN,

0 commit comments

Comments
 (0)