Skip to content

feat: default .use_skill() data argument to list() #15

@jonthegeek

Description

@jonthegeek

The data argument of .use_skill() (in R/use_skill.R and the corresponding test file) currently doesn't have a default. Add a default, list(), so that skills without whisker variables don't need to explicitly pass data = list(). Make sure the .use_skill() tests work and there's 100% coverage. Update invocation of .use_skill() (use_skill_document() in R/use_skill_document.R) to avoid passing data = list() (use the default, ie don't specify data).

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions