Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

637378 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test

shams/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/shams/
2 Items
  • core-js.js
  • get-own-property-symbols.js
  • tests.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/tests.js
    131 Views
    0 Comments
    'use strict';

    // eslint-disable-next-line consistent-return
    module.exports = function runSymbolTests(t) {
    t.equal(typeof Symbol, 'function', 'global Symbol is a function');

    if (typeof Symbol !== 'function') { return false; }

    index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/index.js
    129 Views
    0 Comments
    'use strict';

    var test = require('tape');
    var hasSymbols = require('../');
    var runSymbolTests = require('./tests');

    test('interface', function (t) {
    t.equal(typeof hasSymbols, 'function', 'is a function');