AS a developer, I want jest setup with the accompanying tests created #1
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
2 participants
Notifications
Total time spent: 2 hours 24 minutes
Due date
Vylpes
2 hours 19 minutes
VylpesTester
4 minutes 37 seconds
No due date set.
Blocks
#49 AS a developer, I want Drone CI to be setup}
RabbitLabs/random-bunny
Reference: RabbitLabs/random-bunny#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story Points: 8
AS a developer, I want jest setup with the accompanying tests created
SO THAT I can prove functionality works and keeps working with further changes to the codebase
Acceptance Criteria
AS a developer
GIVEN I want to test my code
WHEN I run the command
yarn test
THEN I should see jest run
AND all tests should pass
AS a developer
GIVEN I want to check my code coverage
WHEN I run the command
yarn test --coverage
THEN I should see the coverage report
AND the coverage should be as high as possible
AS a developer
GIVEN I want to lint my code
WHEN I run the command
yarn lint
THEN I should see the linter results
AND all should pass
Subtasks
Create Teststo AS a developer, I want jest setup with the accompanying tests createdTesting passes and with a decent enough code coverage that I'm happy with.
Linting passes with no errors or warnings.
Passed.