Skip to content
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

add integration tests for api/v1/log endpoint #222

Open
github-actions bot opened this issue Feb 22, 2021 · 0 comments
Open

add integration tests for api/v1/log endpoint #222

github-actions bot opened this issue Feb 22, 2021 · 0 comments
Labels

Comments

@github-actions
Copy link

add integration tests for api/v1/log endpoint

// TODO: add integration tests for api/v1/log endpoint

// TODO: add integration tests for api/v1/log endpoint
export class LogSave extends UseCase {
  // eslint-disable-next-line no-unused-vars
  async run(logs) {
    // TODO: wire with log 'pino' instance
    console.log('logs ', logs)
    return {}
  }
}
ew file mode 100644
ndex 0000000..fd18d28
++ b/apps/web-portal/lib/use-cases/log/index.mjs

77dd3b99e94463e5562acf92b064de1e8d140bf3

@github-actions github-actions bot added the todo label Feb 22, 2021
@nesterone nesterone added infra tech-debt Technical debt labels Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant