1.1.1 • Published 8 years ago
atom-ts-spec-runner v1.1.1
atom-ts-spec-runner
Runs TS specs in Atom.
USAGE
- Add
atom-ts-spec-runnertodevDependencies - Add to
package.json:{ ... "atomTestRunner": "./node_modules/atom-ts-spec-runner/runner.js", ... } - Now
spec/something.spec.tsfiles 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.