mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Improve wording
This commit is contained in:
parent
e4292fe20d
commit
fd9e5413ab
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -47,7 +47,7 @@ Marko makes use of a directory based test structure. A simplified view is below
|
||||
⤷ while-tag/
|
||||
⤷ <a href="../test/render-test.js">render-test.js</a>
|
||||
</pre>
|
||||
The `render-test.js` file will run and read all the directories under `autotests/render` and run the `test.js` file, render `template.marko` and assert that it is equivalent to the content of `expected.html` for each directory.
|
||||
The `render-test.js` file will run and read all the directories under `autotests/render` and for each directory (`attrs`, `for-tag`, etc.) it will run `test.js`, render `template.marko` and assert that it is equivalent to the content of `expected.html`.
|
||||
|
||||
In most cases you'll simply copy a directory and modify it to add a new test. And we're here to help if you have any questions or need to do something fancy.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user