js-sdk icon indicating copy to clipboard operation
js-sdk copied to clipboard

Feature/lit 2921 js sdk migrate to jest

Open joshLong145 opened this issue 7 months ago • 2 comments

  • Migration of local-tests from custom test runner to Jest for standardized test runner implementations.
  • Creates a package for tinny which has been migrated from the setup directory in local-tests
  • Has migrated explicit test cases for each permutation of session generation to an implicit implementations for code reuse.

At this time we still rely on the global installation of packages into node_modules for binding to other local packages through package import statements.

To reduce the scope of this PR the migration away from global module installation has not been implemented. This will be done in a followup PR.

New Test Command

For running new jest test suite the test:e2e command can be used. CI has been migrated to this command in this PR.

joshLong145 avatar Jul 22 '24 18:07 joshLong145