@microsoft/document-collaboration-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-rc.0 • Public • Published

Running unit tests

You can run the unit tests on the command line using yarn test.

Debugging

To debug the tests in VSCode, you can add the following to your vscode launch.json file

		{
			"name": "Debug Jest Tests",
			"type": "node",
			"request": "launch",
			"runtimeArgs": [
			  "--inspect-brk",
			  "${workspaceFolder}/ooui/packages/mdcpp/node_modules/jest/bin/jest.js",
			  "--runInBand"
			],
			"console": "integratedTerminal",
			"internalConsoleOptions": "neverOpen",
			"localRoot": "${workspaceFolder}/ooui/packages/mdcpp"
		  }

Dependents (0)

Package Sidebar

Install

npm i @microsoft/document-collaboration-sdk

Weekly Downloads

67

Version

0.0.0-rc.0

License

MIT

Unpacked Size

146 MB

Total Files

20734

Last publish

Collaborators

  • microsoft1es