First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
14
node_modules/min-document/test/index.js
generated
vendored
Normal file
14
node_modules/min-document/test/index.js
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
var testDocument = require("./test-document")
|
||||
var testDomElement = require("./test-dom-element")
|
||||
var testDomComment = require("./test-dom-comment")
|
||||
var document = require("../index")
|
||||
|
||||
testDocument(document)
|
||||
testDomElement(document)
|
||||
testDomComment(document)
|
||||
|
||||
if (typeof window !== "undefined" && window.document) {
|
||||
testDocument(window.document)
|
||||
testDomElement(window.document)
|
||||
testDomComment(window.document)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue