Skip to content

Commit 3a78b1d

Browse files
Kelson448CompuIves
authored andcommitted
Correcting minor typo (codesandbox#1032)
Instead of saying "... creating files that **end** with `.test.js`, ..." it said "... creating files that **and** with `.test.js`, ...".
1 parent 4a97495 commit 3a78b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/content/docs/2-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Jest is a zero configuration test runner that allows you easily write JavaScript
1010

1111
## How to use Jest in CodeSandbox
1212

13-
You can run Jest tests by creating files that and with `.test.js`, `.spec.js`, `.test.ts(x)` and `.spec.js(x)`. We will automatically detect these test files and show the results in the bottom bar.
13+
You can run Jest tests by creating files that end with `.test.js`, `.spec.js`, `.test.ts(x)` and `.spec.js(x)`. We will automatically detect these test files and show the results in the bottom bar.
1414

1515
![Test Bottom](./images/jest-tests.png)
1616

0 commit comments

Comments
 (0)