-
Notifications
You must be signed in to change notification settings - Fork 41
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
Move mock-observations
to if/builtins
#678
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sub of: #656
What
Move the
MockObservations
plugin fromif-plugins
toif/builtins
Why
This is part of our migration of our core plugins into a standard library in
if/builtins
.Context
This is a core feature we want to support, so it is migrating into
if
.Prerequisites/resources
no
SoW (scope of work)
builtins/mock-observations
Acceptance criteria
plugin code is migrated to
if-builtins
Given (Setup): The migration has been completed.
When (Action): A user or developer navigates to
if
Then (Assertion): they will find a folder
if/builtins/mock-observations
containing the plugin source code and a README.plugin code and unit tests pass and maintain 100% coverage
Given (Setup): The migration has been completed and a user has downloaded
if
.When (Action): they run
npx jest --coverage
Then (Assertion): they will receive a report showing 100% coverage and 100% passing
The text was updated successfully, but these errors were encountered: