immer-yjs icon indicating copy to clipboard operation
immer-yjs copied to clipboard

Test the build output

Open johannes-lindgren opened this issue 6 months ago • 0 comments

We should add a test that tests that the build works as expected; for example, that the exports in package.json is configured correctly.

  1. Include a new workspace package that imports immer-yjs as "immer-yjs": "file:../pure-parse",
  2. In CI/CD Build the library, then run the unit tests for this package.

If immer-yjs is configured incorrectly, the tests fails.

johannes-lindgren avatar Aug 26 '24 21:08 johannes-lindgren