-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(test): create integration test framework #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @! We really appreciate you taking the time to help out with this PR. The collaborators on this project attempt to help as many people as possible, but we are a limited number of volunteers, so it is possible that this will not be addressed as swiftly. Your patience is much appreciated and we will get back to you as quickly as possible.
…e.polyfill into ig-happy-path-tests
Co-authored-by: Newton Koumantzelis <[email protected]>
I think this PR is ready for review. We should use this for the initial integration test framework and then we can both write further tests as needed. |
@iamnewton These changes are fine. Looks like you still have changes requested here, so please approve and merge at your leisure. |
* chore(docs): remove tech spec in favor of wiki * chore(test): set up unit tests * chore: fix Jest to support ES Modules * chore: set required node version * chore: fix busted return tests * feat: `joinAdInterestGroup` & `leaveAdInterestGroup` functions (#31) * feat: initial checks for function parameters * fix: validate util passing incorrect arg * chore: add utils unit tests * fix: avoid calculating ms per day as per feedback * chore: clean up error message for clarity as per feedback * chore: clean up test language * chore: remove stub function * chore: remove all constants calculations * fix: import using relative path with file suffix * chore: add in jsdocs * chore: remove unnecessary constants abstraction file * chore: move tests out of source directory * chore: ignore mocks file from tests * chore: move unit tests to subdirectory * chore: create API docs * fix: main exports require file suffix * chore: rename dir to match github standards * feat: interest group storage helpers (#35) * feat: create helpers for indexed db * chore: turn off eslint console warnings * feat: add in dist task with rollup * chore: fix async tests * chore: comment out consoles * chore: remove deps * chore: remove another dep * chore: jest is stupid and requires this empty file for some reason * chore: remove node 12 from tests * chore: add in babel config for CI * chore: fix the tests * chore: remove unneeded babel config file * chore: update docs * chore: add in utils README * chore: add language highlights to README * chore(test): create integration test framework (#32) Co-authored-by: Newton Koumantzelis <[email protected]> * chore(deps-dev): bump @theholocron/jest-preset from 0.2.3 to 0.3.0 (#38) Bumps [@theholocron/jest-preset](https://github.com/the-holocron/threepio) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/the-holocron/threepio/releases) - [Commits](https://github.com/the-holocron/threepio/compare/@theholocron/[email protected]...@theholocron/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: update package * chore: fix actions names * chore: add coverage reports * chore: fix actions * chore: fix test job * chore: tweak coverage directory * chore: fix coverage report Co-authored-by: Brad Rodriguez <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TODO:
Fixes: #37