UNPKG

test-page-loader

Version:

Simple helper for unit testing with JavaScript Testing Frameworks (e.g. Jasmine, QUnit, etc.), to load HTML pages as fixtures.

33 lines (32 loc) 688 B
{ "name": "test-page-loader", "version": "1.0.8", "description": "Simple helper for unit testing with JavaScript Testing Frameworks (e.g. Jasmine, QUnit, etc.), to load HTML pages as fixtures.", "keywords": [ "fixture", "html", "loader", "jasmine", "qunit", "test", "load", "page", "iframe", "window" ], "main": "test-page-loader.js", "homepage": "https://github.com/anseki/test-page-loader", "repository": { "type": "git", "url": "git://github.com/anseki/test-page-loader.git" }, "moduleType": [], "ignore": [ "**/.*", "*.css" ], "license": "MIT", "authors": [ "anseki <AnSeki.aff@gmail.com>" ] }