Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

rewrote tests to typescript, improved typings #39

Merged
merged 2 commits into from
Nov 8, 2018

Conversation

krzkaczor
Copy link
Contributor

@krzkaczor krzkaczor commented Nov 6, 2018

  • rewrote tests in typescript
  • fix some typing issues
  • broke coverage computation (just for now)

src/index.ts Show resolved Hide resolved
src/index.ts Show resolved Hide resolved
Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think this looks good now, thanks!

@holgerd77 holgerd77 merged commit d1272cc into typescript Nov 8, 2018
@holgerd77 holgerd77 deleted the kk/typescript-tests branch November 8, 2018 01:36
"lint": "standard",
"test": "istanbul test mocha -- --reporter spec",
"test": "mocha --reporter spec --require ts-node/register 'test/index.ts'",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot make it work with 'test/index.ts' on windows cmd. I need to remove the quotes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, i dont use windows these days i think it's 100% fine in this case to remove the quotes. (it's not when there is a glob pattern inside)

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

4 participants