@blocksuite/integration-test

0.22.4 • Public • Published

@blocksuite/integration-test

Integration test for BlockSuite.

Running Tests

You can run all integration tests using:

cd blocksuite/integration-test
yarn test:unit

To run a specific test or test file, use the -t flag with a test name pattern:

# Run a specific test
yarn test:unit -t "should access turbo renderer instance"

# Run all tests in a specific file
yarn test:unit src/__tests__/edgeless/viewport-renderer.spec.ts

For debugging tests with the Playwright debugger:

yarn test:debug

yarn test:debug -t "should access turbo renderer instance"

Readme

Keywords

none

Package Sidebar

Install

npm i @blocksuite/integration-test

Weekly Downloads

8

Version

0.22.4

License

MIT

Unpacked Size

7.74 kB

Total Files

8

Last publish

Collaborators

  • doodlewind
  • l-sun