@microsoft/live-share

v1.0.0-preview.21
Building collaborative experiences for Microsoft Teams and M365 using Fluid.

test

ts-mocha --config ./src/test/.mocharc.js src/**/*.spec.ts --timeout 10000

build

tsc -p tsconfig.build.json

clean

npx shx rm -rf bin

test:race

node test-for-race-conditions.js

test:debug

ts-mocha --config ./src/test/.mocharc.js src/**/*.spec.ts --inspect-brk

test:coverage

nyc --reporter=html --reporter=text --reporter=text-summary npm test
npm i @microsoft/[email protected]

Metadata

Downloads