Download blanket Free Java Code

Description

blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.

Icons

blanket

Source Files

The download file blanket-master.zip has the following entries.


.gitignore//from  w ww.  j  a v a 2  s.co m
.npmignore
.travis.yml
CONTRIBUTING.md
HISTORY.md
LICENSE-MIT
README.md
component.json
dist/.gitattributes
dist/jasmine/blanket_jasmine.js
dist/jasmine/blanket_jasmine.min.js
dist/qunit/.gitattributes
dist/qunit/blanket.js
dist/qunit/blanket.min.js
docs/advanced_browser.md
docs/browser_options.md
docs/compatibility_and_features.md
docs/getting_started_browser.md
docs/getting_started_node.md
docs/intermediate_browser.md
docs/intermediate_node.md
docs/special_features.md
grunt.js
package.json
src/adapters/jasmine-blanket.js
src/adapters/mocha-blanket.js
src/adapters/usage-blanket.js
src/adapters/yui-blanket.js
src/blanket.js
src/blanketRequire.js
src/blanket_browser.js
src/config.js
src/index.js
src/loaders/blanket_cs.js
src/node-loaders/coffee-script.js
src/qunit/noautorun.js
src/qunit/qunit.js
src/qunit/reporter.js
src/reporters/lcov_reporter.js
src/reporters/simple_json_reporter.js
tasks/blanketTests.js
test/backbone-koans/css/todos.css
test/backbone-koans/es5-sham.js
test/backbone-koans/es5-shim.js
test/backbone-koans/filter_function.html
test/backbone-koans/images/destroy.png
test/backbone-koans/index.html
test/backbone-koans/js/ext/backbone.js
test/backbone-koans/js/ext/backbone.localStorage.js
test/backbone-koans/js/ext/jquery.js
test/backbone-koans/js/ext/sinon-1.3.1.js
test/backbone-koans/js/ext/sinon-qunit-1.0.0.js
test/backbone-koans/js/ext/template.js
test/backbone-koans/js/ext/underscore.js
test/backbone-koans/js/koans/aboutApps.js
test/backbone-koans/js/koans/aboutCollections.js
test/backbone-koans/js/koans/aboutEvents.js
test/backbone-koans/js/koans/aboutModels.js
test/backbone-koans/js/koans/aboutViews.js
test/backbone-koans/js/todos.js
test/backbone-koans/templates/app.html
test/backbone-koans/templates/item.html
test/backbone-koans/templates/stats.html
test/bootstrap/.jshintrc
test/bootstrap/bootstrap-affix.js
test/bootstrap/bootstrap-alert.js
test/bootstrap/bootstrap-button.js
test/bootstrap/bootstrap-carousel.js
test/bootstrap/bootstrap-collapse.js
test/bootstrap/bootstrap-dropdown.js
test/bootstrap/bootstrap-modal.js
test/bootstrap/bootstrap-popover.js
test/bootstrap/bootstrap-scrollspy.js
test/bootstrap/bootstrap-tab.js
test/bootstrap/bootstrap-tooltip.js
test/bootstrap/bootstrap-transition.js
test/bootstrap/bootstrap-typeahead.js
test/bootstrap/tests/index.html
test/bootstrap/tests/index_with_worker.html
test/bootstrap/tests/phantom.js
test/bootstrap/tests/server.js
test/bootstrap/tests/unit/bootstrap-affix.js
test/bootstrap/tests/unit/bootstrap-alert.js
test/bootstrap/tests/unit/bootstrap-button.js
test/bootstrap/tests/unit/bootstrap-carousel.js
test/bootstrap/tests/unit/bootstrap-collapse.js
test/bootstrap/tests/unit/bootstrap-dropdown.js
test/bootstrap/tests/unit/bootstrap-modal.js
test/bootstrap/tests/unit/bootstrap-phantom.js
test/bootstrap/tests/unit/bootstrap-popover.js
test/bootstrap/tests/unit/bootstrap-scrollspy.js
test/bootstrap/tests/unit/bootstrap-tab.js
test/bootstrap/tests/unit/bootstrap-tooltip.js
test/bootstrap/tests/unit/bootstrap-transition.js
test/bootstrap/tests/unit/bootstrap-typeahead.js
test/bootstrap/tests/vendor/jquery.js
test/bootstrap/tests/vendor/qunit.css
test/bootstrap/tests/vendor/qunit.js
test/branchTracking/branch_runner.html
test/branchTracking/branch_sample.js
test/branchTracking/branch_test.js
test/coffee_script/index.html
test/coffee_script/sample.coffee
test/coffee_script/test.js
test/commonjs/commonjs_bundle.js
test/commonjs/runner.html
test/commonjs/source_testing_url_module.js
test/commonjs/source_to_cover.js
test/commonjs/testlib.js
test/commonjs/testlib_test.js
test/custom-reporter/index.html
test/custom-reporter/lcov.html
test/custom-reporter/lcov_test.js
test/custom-reporter/sample.js
test/custom-reporter/test.js
test/helpers/console_runner.js
test/helpers/phantom_jasmine_runner.js
test/helpers/phantom_mocha_runner.js
test/helpers/phantom_qunit_old_runner.js
test/helpers/phantom_qunit_runner.js
test/ignore_script_error/runner.html
test/ignore_script_error/script_error.js
test/ignore_script_error/script_error_test.js
test/jasmine-custom-build/SpecRunner.html
test/jasmine-custom-build/SpecRunner_data_adapter.html
test/jasmine-custom-build/require.html
test/jasmine-custom-build/source/Player.js
test/jasmine-custom-build/source/Song.js
test/jasmine-custom-build/spec/PlayerSpec.js
test/jasmine-custom-build/spec/SongSpec.js
test/jasmine-custom-build/spec/SpecHelper.js
test/jasmine-custom-build/spec/require_PlayerSpec.js
test/jasmine-custom-build/spec/require_SongSpec.js
test/jasmine-requirejs/code/all.tests.jasmine.js
test/jasmine-requirejs/code/base/core.js
test/jasmine-requirejs/code/tests/base/base.jasmine.test.js
test/jasmine-requirejs/code/tests/ui/ui.jasmine.test.js
test/jasmine-requirejs/code/ui/screen.js
test/jasmine-requirejs/runner.html
test/jasmine/SpecRunner.html
test/jasmine/SpecRunner_data_adapter.html
test/jasmine/SpecRunner_data_adapter_array.html
test/jasmine/SpecRunner_data_adapter_regex.html
test/jasmine/source/Player.js
test/jasmine/source/Song.js
test/jasmine/spec/PlayerSpec.js
test/jasmine/spec/SongSpec.js
test/jasmine/spec/SpecHelper.js
test/jquery-usage/css/todos.css
test/jquery-usage/images/destroy.png
test/jquery-usage/index.html
test/jquery-usage/js/ext/backbone.js
test/jquery-usage/js/ext/backbone.localStorage.js
test/jquery-usage/js/ext/jquery.js
test/jquery-usage/js/ext/sinon-1.3.1.js
test/jquery-usage/js/ext/sinon-qunit-1.0.0.js
test/jquery-usage/js/ext/template.js
test/jquery-usage/js/ext/underscore.js
test/jquery-usage/js/koans/aboutApps.js
test/jquery-usage/js/koans/aboutCollections.js
test/jquery-usage/js/koans/aboutEvents.js
test/jquery-usage/js/koans/aboutModels.js
test/jquery-usage/js/koans/aboutViews.js
test/jquery-usage/js/todos.js
test/jquery-usage/templates/app.html
test/jquery-usage/templates/item.html
test/jquery-usage/templates/stats.html
test/lib-tests/blanket_test.js
test/lib-tests/runner.html
test/mocha-browser/adapter.html
test/mocha-browser/adapter.js
test/mocha-browser/array.js
test/mocha-browser/duration.js
test/mocha-browser/globals.js
test/mocha-browser/index.html
test/mocha-browser/large.html
test/mocha-browser/large.js
test/mocha-browser/opts.html
test/mocha-browser/opts.js
test/mocha-browser/src/aSource.js
test/mocha-browser/timeout.js
test/performance/blanket_performance_test.js
test/performance/performance_runner.html
test/qunit-start-stop/runner.html
test/qunit-start-stop/stop_start_test.js
test/qunit-start-stop/test_script.js
test/requirejs/chutzpah.html
test/requirejs/code/all.tests.qunit.js
test/requirejs/code/base/core.js
test/requirejs/code/tests/base/base.qunit.test.js
test/requirejs/code/tests/ui/ui.qunit.test.js
test/requirejs/code/ui/screen.js
test/requirejs/require_runner.html
test/requirejs/require_sample.js
test/requirejs/require_test.js
test/test-node/fixture/blockinjection_test_file.js
test/test-node/fixture/blockinjection_test_file_instrumented.js
test/test-node/fixture/branch_complex_test_file.js
test/test-node/fixture/branch_complex_test_file_instrumented.js
test/test-node/fixture/branch_test_file.js
test/test-node/fixture/branch_test_file_instrumented.js
test/test-node/fixture/comment_test_file.js
test/test-node/fixture/comment_test_file_instrumented.js
test/test-node/fixture/core_fixtures.js
test/test-node/fixture/multi_line_branch_test_file.js
test/test-node/fixture/multi_line_branch_test_file_instrumented.js
test/test-node/fixture/simple_test_file.js.js
test/test-node/fixture/simple_test_file_instrumented.js.js
test/test-node/fixture/simple_test_file_instrumented_full.js.js
test/test-node/fixture/src/sample.coffee
test/test-node/fixture/src/sourceA.js
test/test-node/fixture/src/sourceB.js
test/test-node/fixture/src/sourceC.js
test/test-node/fixture/test/testA.js
test/test-node/testrunner.js
test/test-node/testrunner_cs.js
test/test-node/tests/blanket_core.js
test/test-node/tests/coffee-script/test.coffee
test/test-node/tests/instrumentation_test.js
test/test-node/tests/nested_test.js
test/testconfigs.json
test/usage/backbone.js
test/usage/backbone.localStorage.js
test/usage/index.html
test/usage/test_fcn.js
test/usage/testpage.html
test/usage/todos.css
test/usage/todos.js
test/usage/underscore.js
test/vendor/coffee-script.js
test/vendor/cs.js
test/vendor/jasmine-html.js
test/vendor/jasmine.css
test/vendor/jasmine.js
test/vendor/jquery.js
test/vendor/mocha.css
test/vendor/mocha.js
test/vendor/qunit.css
test/vendor/qunit.js
test/vendor/qunit_old.css
test/vendor/qunit_old.js
test/yui/runner.html
test/yui/test_module_yui.js
test/yui/test_module_yui_test.js
testserver.js

Download

Click the following link to download blanket-master.zip.

blanket-master.zip




















Home »
  Javascript Free Code Download »
    Node.JS »




Node.JS
Node.JS API
Node.JS Canvas
Node.JS Chat
Node.JS Client
Node.JS CSS
Node.JS Database
Node.JS Framework
Node.JS Game
Node.JS html5
Node.JS JSON
Node.JS Library
Node.JS Log
Node.JS Module
Node.JS MVC
Node.JS SDK
Node.JS Server
Node.JS Socket
Node.JS URL
Node.JS Web Application