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

Refactor/use node native test runners #14

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    95a4a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c64ae8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:thiagomini/emmett into refactor/use…

    …-node-native-test-runners
    thiagomini committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    47a148a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    267f1e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    8eba349 View commit details
    Browse the repository at this point in the history
  2. Fixed failing CI by:

    - updating GitHub runner,
    - adjusting nvm settings,
    - added pattern to also run tests in docs folder,
    - Refactored the naming pattern to not use dash but dot (e.g. use e2e.spec.ts instead of e2e-spec.ts)
    
    Also tried to configure tests debugging in VSCode but didn't work as the breakpoint is not caught.
    oskardudycz committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0293f3a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    eca7fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be67155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1c2d80 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Added placeholders for int and e2e tests

    node-glob when it's unable to resolve files is not passing anything to command.That causes all tests to be run without the pattern. Thus if you run `npm run build` and you have dist folder, script will fail.
    oskardudycz committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    52c205b View commit details
    Browse the repository at this point in the history