mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-06 06:23:33 +02:00
* first stab * refactor to nanobench * refactor to matcha * use hand-rolled comparison logic, ugh * update threshold * remove unused dependencies * remove benchmarks from travis ci
This directory contains all of the tests for Slate. It's separated further into a series of directories:
- Behavior — testing user interaction behaviors like pressing keys, or blurring the editor.
- Benchmarks — testing performance of various parts of Slate.
- Helpers — a series of test helper utilities to make writing tests easier.
- Rendering — testing the rendering logic of Slate's components.
- Schema — testing the core schema validation logic.
- Serializers - testing the serializers that Slate ships with by default.
- Transforms — testing the transforms that change the content of a Slate editor.
Feel free to poke around in each of them to see how they work!