atom-ts-spec-runner

1.1.1 • Public • Published

atom-ts-spec-runner

Runs TS specs in Atom.

USAGE

  1. Add atom-ts-spec-runner to devDependencies
  2. Add to package.json:
    {
      ...
      "atomTestRunner": "./node_modules/atom-ts-spec-runner/runner.js",
      ...
    }
  3. Now spec/something.spec.ts files will be run as specs.

Runner needs to know what tsconfig.json it should use to compile typescript. It will search for it recursively starting from spec directory and up the directory tree.

Readme

Keywords

Package Sidebar

Install

npm i atom-ts-spec-runner

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

3.47 kB

Total Files

3

Last publish

Collaborators

  • lierdakil