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

test: 100% coverage #792

Merged
merged 7 commits into from Oct 3, 2022
Merged

test: 100% coverage #792

merged 7 commits into from Oct 3, 2022

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    6d9b9cb View commit details
    Browse the repository at this point in the history
  2. feat(TestAgent): decoupled TestAgent and superagent's Agent to suppor…

    …t more than `ca`, `key`, `cert`
    
    `options` object is now a direct passthrough, TestAgent can support whichever superagent's Agent is expecting
    i.e. `ca`, `key`, `cert`, `pfx`, `rejectUnauthorized`
    lamweili committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5e23869 View commit details
    Browse the repository at this point in the history
  3. refactor(TestAgent): removed the host param when creating Test object

    `Test` constructor has already removed the host param in de056d2
    lamweili committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1c8930d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. test: 100% test coverage

    lamweili committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8bf4c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c4402 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8847310 View commit details
    Browse the repository at this point in the history
  4. ci: added ci

    lamweili committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    da1e842 View commit details
    Browse the repository at this point in the history