1.2.0 • Published 10 years ago

@simple/specserver v1.2.0

Weekly downloads
1
License
BSD 2-Clause
Repository
-
Last release
10 years ago

specserver

Configurable spec server for serving unit test files. Currently tied to mocha.

Installation

npm install --save-dev @simple/specserver

Usage

Usage: specserver --file /path/to/specsfile.js --cmd 'npm run foo'

Options:
  -p, --port  Port of the HTTP server                            [default: 7357]
  -f, --file  Path to the JavaScript spec file containing your        [required]
              unit tests
  -c, --cmd   Command to run on page load which compiles your tests   [required]
              and saves them as `file`
  -h, --help  Shows this help text
1.2.0

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago