New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nodeunit-basex

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeunit-basex

Run BaseX unit tests in nodeunit.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

nodeunit-basex Build Status

Run BaseX unit tests in nodeunit.

Getting Started

Install the module with: npm install nodeunit-basex

Run all *[.-_]test.xqm modules inside a testdir:

var bxunit = require('nodeunit-basex');

exports['my-xquery-tests'] = function(test){
	bxunit(test, 'path/to/xquery/tests/');
};

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Alexandros Sigalas. Licensed under the MIT license.

FAQs

Package last updated on 03 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts