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

Split tests from index.js into separate files #229

Closed
holgerd77 opened this issue Jan 29, 2020 · 3 comments · Fixed by #231
Closed

Split tests from index.js into separate files #229

holgerd77 opened this issue Jan 29, 2020 · 3 comments · Fixed by #231

Comments

@holgerd77
Copy link
Member

Test cases in this libraries are all packed into one big test/index.js file. This makes it hard to work with the tests.

Tests should be broken to separate files analog to the module structure in the src folder to make it easier to work on specific functionality and have an overview on functionality coverage.

Would be nice to have this for continued work on #228, no strict precondition though (of course).

@ryanio
Copy link
Contributor

ryanio commented Jan 29, 2020

Thanks for the issue, I’ll work on this today.

@evertonfraga
Copy link
Contributor

This is a good opportunity to migrate the test runner to ts-node as well.

@ryanio
Copy link
Contributor

ryanio commented Jan 29, 2020

This is a good opportunity to migrate the test runner to ts-node as well.

Sure great I can include that.

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

Successfully merging a pull request may close this issue.

3 participants