Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636719 Views

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

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/gopd/test/index.js
132 Views
0 Comments
'use strict';

var test = require('tape');
var gOPD = require('../');

test('gOPD', function (t) {
t.test('supported', { skip: !gOPD }, function (st) {
st.equal(typeof gOPD, 'function', 'is a function');