Skip to content

Commit 9053355

Browse files
committed
chore: saving without prettier formatting (test)
1 parent 1437cc6 commit 9053355

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/coding/testing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ and add to participant frustration.
77
Helping to integrate testing the code for your experiments into your project is
88
one of the key features of <SmileText/>.
99

10-
In
11-
[test driven development](https://en.wikipedia.org/wiki/Test-driven_development)
12-
you first write tests that describe how you want your software to behave, which
10+
In [test driven development](https://en.wikipedia.org/wiki/Test-driven_development) you first write tests that describe how you want your software to behave, which
1311
initially will all fail. Then as you implement your code you will begin passing
1412
the test. Later, as your project matures, old tests help make sure that new
1513
changes do not break existing code.

0 commit comments

Comments
 (0)