Skip to content

Commit a8496dd

Browse files
committed
Update CONTRIBUTING.md
1 parent e4c4399 commit a8496dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To add a new snapshot test, create a new JavaScript file in the `test/plots` fol
6363
export {default as mobyDick} from "./moby-dick.js";
6464
```
6565

66-
The best thing about snapshot tests is that you can see the live result in your browser as you make changes to Plot’s source code! This lets you immediately assess visually what Plot is doing. Once it “looks right” in a snapshot test, you can codify the expected behavior more formally in a unit test. To preview snapshot tests during development, Plot uses [Vite](https://vitejs.dev). To start Vite:
66+
The best thing about snapshot tests is that you can see the live result in your browser as you make changes to Plot’s source code! This lets you immediately assess visually what Plot is doing. To preview snapshot tests during development, Plot uses [Vite](https://vitejs.dev). To start Vite:
6767

6868
```bash
6969
yarn dev

0 commit comments

Comments
 (0)