From aa4197c00193e83b71f4b696e67730bbb48fdaf9 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Wed, 17 Aug 2022 19:41:43 +0200 Subject: [PATCH] docs: Update link to test files (#933) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc81d3c..3d76ee31 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ PRs are very welcome! See the [issues](https://github.com/google/clasp/issues) ( ### How to Submit a Pull Request -1. Look over the test cases in `tests/test.ts`, try cases that the PR may affect. +1. Look over the test cases in [test/test.ts](test/test.ts), try cases that the PR may affect. 1. Run [gts linter](https://github.com/google/gts): `npm run lint`. 1. Submit a pull request after testing your feature to make sure it works.