Skip to content

Commit f7d049e

Browse files
authored
chore: Update README.md (#55)
Some small changes to create a PR to test dependabot.yml.
1 parent 2ba110e commit f7d049e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ also contains a `dist/` folder, but this is only used by Vite for live preview.
3939
1. Navigate to the folder for the sample you want to run (`cd samples/sample-name`).
4040
1. Run `npm start` to start a server with that sample.
4141

42-
### Test
42+
### Testing
4343

44-
{# OLD STEPS FOR REFERENCE (we are NEVER doing snapshots testing FYI) #}
45-
1. `npm test` Test outputs. {# !!! this assumes that we have a test command defined in package.json (right now to test, run `npx playwright test`) #}
46-
1. (Optional) `npm run lint` Fix lint issues with `npm run format` {# TODO: Verify this (look at the commands on js-samples). #}
44+
- To test, navigate to project root and run `npx playwright test`.
4745

4846
## Contributing
4947

0 commit comments

Comments
 (0)