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

Remove ts-jest warning when running tests #75

Closed

Commits on Sep 3, 2021

  1. Remove ts-jest warning when running tests

    * This simple fix removes the annoying warning displayed below:
    "ts-jest[config] (WARN) Unable to find the root of the project where ts-jest has been installed."
    
    Signed-off-by: Alberto Diaz <alberto.diazdorado@tngtech.com>
    albertodiazdorado-tng committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3435608 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Remove ts-jest warning when running tests

    * Simplify the "test" script, since the "npx" indirection is not needed here
    
    Signed-off-by: Alberto Diaz <alberto.diazdorado@tngtech.com>
    albertodiazdorado-tng committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f815bf7 View commit details
    Browse the repository at this point in the history