HTMLify
Log in
Register
Dashboard
Temp Share
Shortlinks
Frames
API
Log in
Register
Dashboard
Temp Share
Shortlinks
Frames
API
cody - HTMLify profile
cody
4270 Files
637859 Views
Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/browser
dom.js
cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/browser/dom.js
136 Views
0 Comments
var inspect = require('../../');
var test = require('tape');
test('dom element', function (t) {
t.plan(1);
var d = document.createElement('div');
d.setAttribute('id', 'beep');