AS a developer, I want the googleapis dependency removed alongside all the code which is using it #52
Labels
No labels
blocked
duplicate
needs criteria
needs estimate
needs testing
question
requires documentation
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
spike
type
story
type
subtask
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 3 minutes 45 seconds
Due date
Vylpes
3 minutes 45 seconds
No due date set.
Dependencies
No dependencies set.
Reference: External/card-drop#52
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?
Epic:
Story Points: 1
AS a developer, I want the googleapis dependency removed alongside all the code which is using it
SO THAT I only have dependencies installed which I am actually using
Acceptance Criteria
AS a developer
GIVEN I clone the project
WHEN I run
yarn install
THEN the
googleapis
dependency should not be installedAS a developer
GIVEN I check the project
WHEN I look in the codebase
THEN I should no longer see any code using the googleapis dependency
AND the build should succeed
Subtasks
googleapis
dependencyNotes
No notes
Remove googleapis dependencyto AS a developer, I want the googleapis dependency removed alongside all the code which is using it