This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@logicallyabstract/simple-test-runner
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

simple-test-runner

A test runner to run each test file in its own iframe in a browser.

Get Started

npm install --save @logicallyabstract/simple-test-runner

npx simple-test-runner src/**/*.test.ts --debug

Mocha, chai, and sinon are provided as globals. The test runner runs each test file in an iframe.

The --debug flag will keep the browser open, otherwise the tests will run in a headless browser and quit after the tests are complete.

Readme

Keywords

none

Package Sidebar

Install

npm i @logicallyabstract/simple-test-runner

Weekly Downloads

13

Version

0.1.3

License

MIT

Unpacked Size

36.8 kB

Total Files

15

Last publish

Collaborators

  • ajklein