Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

--test: allow passing path to tslint.json #2784

Merged
merged 1 commit into from May 24, 2017
Merged

--test: allow passing path to tslint.json #2784

merged 1 commit into from May 24, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented May 18, 2017

PR checklist

  • Addresses an existing issue: #0000
  • New feature, bugfix, or enhancement
    • Includes tests
  • Documentation update

Overview of change:

This add the ability to pass the path to tslint.json instead of the directory containing it to tslint --test.
That's useful if you have a test directory structure like tslint and want to call it like tslint --test test/rules/**/tslint.json.

In fact this feature makes ruleTestRunner.ts obsolete. It could be simply replaced by the above command. Though that would run all tests before printing any output and would not stop at the first failed test.

Is there anything you'd like reviewers to focus on?

CHANGELOG.md entry:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants