atom-ts-spec-runner
v1.1.1
Published
Runs TypeScript specs in Atom
Downloads
18
Readme
atom-ts-spec-runner
Runs TS specs in Atom.
USAGE
- Add
atom-ts-spec-runner
todevDependencies
- Add to
package.json
:{ ... "atomTestRunner": "./node_modules/atom-ts-spec-runner/runner.js", ... }
- 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.