Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
4
node_modules/is-string/test/index.js
generated
vendored
4
node_modules/is-string/test/index.js
generated
vendored
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
var test = require('tape');
|
||||
var isString = require('..');
|
||||
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('') === 'symbol';
|
||||
var isString = require('../');
|
||||
var hasSymbols = typeof Symbol === 'function' && typeof Symbol.iterator !== 'undefined';
|
||||
|
||||
test('not Strings', function (t) {
|
||||
t.notOk(isString(), 'undefined is not String');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue