This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 575
Proposal: unit tests #188
Open
geoffdutton
wants to merge
23
commits into
schickling:master
Choose a base branch
from
geoffdutton:jest-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Proposal: unit tests #188
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
124f39b
replaced Ava with Jest, added some base tests
geoffdutton 81f1238
set CHROMELESS_CHROME_PORT for circleci
geoffdutton 38c831f
added notes about unit testing
geoffdutton c52ebfb
merge 1.2.0
geoffdutton f155d3c
moved evaluate strings to a new file for finer control
geoffdutton 1d944aa
updated tests and merged in 1.2.0
geoffdutton 57dcba3
remove unused function
geoffdutton 8c0f7f9
Merge branch 'master' into jest-tests
geoffdutton b96bc16
attempt to fix failing test in circle ci
geoffdutton acd1814
check if in headless mode when testing .pdf()
geoffdutton eb3939f
Added more coverage, mostly to files in src/*.js
geoffdutton 027087f
Added more coverage, mostly to files in src/*.js
geoffdutton a785232
added --forceExit to jest for circleci
geoffdutton c6a76a0
Reverted example back to original; Added coveralls badge and circleci…
geoffdutton 6786149
Fix circleci coveralls command
geoffdutton 84d1221
Removed coveralls circleci command, will need repo owner to set it up
geoffdutton dda1e27
Added much more coverage around local-runtime.ts
geoffdutton ab798ad
Modified the main test command to run with concurrency better
geoffdutton 277a659
Changed npm test to use --no-cache, otherwise coverage reports are no…
geoffdutton efe5cb3
mocked out got and mqtt, need to work on some more coverage
geoffdutton 82b08fa
Merge branch 'master' into jest-tests
geoffdutton a1ec935
Merge branch 'jest-tests' into jest-tests-remote
geoffdutton 46902bf
added better unhandled rejection listener, covered most of remote.ts
geoffdutton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is incorrect, did you mean to commit this one?