Qa
Local
Test:Unit
Engine Tests
- See Engine
Unified Tests
These tests cover everything related to unified
plugins. This refers to anything in packages/engine-server/src/markdown/utils.ts
- plugin tests are located in
packages/engine-test-utils/src/__tests__/engine-server/markdown/
- when testing
transformers
,process
will run over the node that is passed in to the processor - when testing
parsers
andcompilers
,process
will run over the text that you pass into it
Children