Skip to content

Commit

Permalink
Remove support for TS-Mocha (temporarily).
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jun 20, 2022
1 parent 9a48ec1 commit 536e54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const QUESTIONAIRRE: inquirer.QuestionCollection = [
{name: 'JavaScript - Nightwatch Test Runner', value: 'js-nightwatch'},
{name: 'JavaScript - Mocha Test Runner', value: 'js-mocha'},
{name: 'JavaScript - CucumberJS Test Runner', value: 'js-cucumber'},
{name: 'TypeScript - Nightwatch Test Runner', value: 'ts-nightwatch'},
{name: 'TypeScript - Mocha Test Runner', value: 'ts-mocha'}
{name: 'TypeScript - Nightwatch Test Runner', value: 'ts-nightwatch'}
// {name: 'TypeScript - Mocha Test Runner', value: 'ts-mocha'}
// {name: 'TypeScript - CucumberJS Test Runner', value: 'ts-cucumber'}
],
filter: (value, answers) => {
Expand Down

0 comments on commit 536e54f

Please sign in to comment.