Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test.
Browse files Browse the repository at this point in the history
sainthkh committed Jul 28, 2020
1 parent 9e2d163 commit a6116a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/types/tests/cypress-npm-api-test.ts
Original file line number Diff line number Diff line change
@@ -38,3 +38,7 @@ const runConfig: Cypress.ConfigOptions = {
},
}
cypress.run({ config: runConfig })

cypress.run({}).then((results) => {
results as CypressCmd.CypressRunResult // $ExpectType CypressRunResult
})

0 comments on commit a6116a8

Please sign in to comment.