situ2001 / opensumi-core

🚀 A framework helps you quickly build Cloud or Desktop IDE products.
https://opensumi.com/zh
MIT License
0 stars 0 forks source link

Collaboration/merge upstream #18

Closed situ2001 closed 1 year ago

situ2001 commented 2 years ago

Changelogs

situ2001 commented 2 years ago

Result of unit test after merging main

➜  opensumi-core git:(collaboration/merge-upstream) yarn test:module -- --module=collaboration
yarn run v1.22.19
warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ cross-env NODE_OPTIONS=--max_old_space_size=5120 node -r ts-node/register ./scripts/module-jest --module=collaboration
{ _: [], module: 'collaboration', '$0': 'scripts/module-jest' }
 PASS   jsdom  packages/collaboration/__tests__/browser/collaboration-contribution.test.ts
 PASS   node  packages/collaboration/__tests__/node/service.test.ts
 PASS   jsdom  packages/collaboration/__tests__/browser/textmodel-binding.test.ts
 PASS   jsdom  packages/collaboration/__tests__/browser/collaboration-service.test.ts

Test Suites: 4 passed, 4 total
Tests:       23 passed, 23 total
Snapshots:   0 total
Time:        9.032 s, estimated 40 s
Ran all test suites matching /packages\/collaboration\/__tests?__\/.*\.(test|spec)\.[jt]sx?$/i in 2 projects.
测试是否成功: true
✨  Done in 14.11s.