Skip to content

Commit e4cb4c1

Browse files
authored
Revise instructions for modifying test fixtures
Updated note about editing test fixture files.
1 parent 5160f18 commit e4cb4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TEST_FIXTURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document describes the centralized test fixture system. Each fixture consists of an `.input.css` / `.expected.css` pair in the `test/fixtures/` directory and serves as the single source of truth for CSS transformation tests across all test suites (polyfill, PostCSS plugin, and any future transform backends).
44

5-
To modify a test case, edit the corresponding fixture files directly — do not edit the code blocks in this document.
5+
<!-- Note: This content is automatically generated from test fixtures. Do not edit the code blocks directly - they will be overwritten during the build process. To modify test cases, edit the corresponding .input.css and .expected.css files in the test/fixtures/ directory -->
66

77
## Basic Media Query
88

0 commit comments

Comments
 (0)