Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 18, 2022
1 parent 22e8108 commit 1b333f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions is-symbol-array/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

var tape = require( 'tape' );
var Symbol = require( '@stdlib/symbol/ctor' );
var Object = require( '@stdlib/object/ctor' );
var hasSymbols = require( './../../has-symbol-support' );
var isSymbolArray = require( './../lib' );

Expand Down

0 comments on commit 1b333f4

Please sign in to comment.