test262-streamer
v0.2.3
Published
File streamer for executing ECMAScript 262 conformance tests
Downloads
9
Maintainers
Readme
Test262 Streamer
Stream Test262 conformance tests
Options
options.files
Type: Array<String>
Default: ["**/*.js"]
An array of globs to select tests to stream.
options.harness
Type: String
Code to include into the body of the test. A default harness is included which should cover all requirements of the tests.