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 tests for minimum coverage #18

Open
echarles opened this issue May 24, 2023 · 0 comments
Open

Add tests for minimum coverage #18

echarles opened this issue May 24, 2023 · 0 comments

Comments

@echarles
Copy link
Member

echarles commented May 24, 2023

There are currently tests, these need to be updated to have a minimum coverage of the application.

For now, the tests in invoked with yarn test:js and contain 2 runnings tests (manager and browser - browser uses playwright).

yarn  test:js
ts-jest[versions] (WARN) Version 5.0.3 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.
ts-jest[versions] (WARN) Version 5.0.3 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=4.3.0 <5.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.
 PASS   browser: chromium  src/__tests__/manager.spec.ts
 PASS   browser: chromium  src/__tests__/browser.spec.ts (8.229 s)
----------|---------|----------|---------|---------|-------------------
File      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
----------|---------|----------|---------|---------|-------------------
All files |       0 |        0 |       0 |       0 |                   
----------|---------|----------|---------|---------|-------------------

Test Suites: 2 passed, 2 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        9.693 s
Ran all test suites.
 datalayer  echarles  datalayer-3  ~  …  manager   main  $    
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant