diff options
| author | Shinigami <[email protected]> | 2022-06-16 20:28:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-16 18:28:12 +0000 |
| commit | 50d8af1f45b9e181c85b4218510046b73239e043 (patch) | |
| tree | a2746bf6e5de871d733fc74a50e97fb8650fb348 /test/scripts | |
| parent | b82089a1cefa347aabeb86362ae1a28dc9a6a27b (diff) | |
| download | faker-50d8af1f45b9e181c85b4218510046b73239e043.tar.xz faker-50d8af1f45b9e181c85b4218510046b73239e043.zip | |
chore(deps): switch to tsx (#1076)
Diffstat (limited to 'test/scripts')
| -rw-r--r-- | test/scripts/apidoc/signature.debug.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/apidoc/signature.debug.ts b/test/scripts/apidoc/signature.debug.ts index 542224ad..e3451d09 100644 --- a/test/scripts/apidoc/signature.debug.ts +++ b/test/scripts/apidoc/signature.debug.ts @@ -5,7 +5,7 @@ import { analyzeSignature } from '../../../scripts/apidoc/signature'; import { loadExampleMethods } from './utils'; -/* Run with `pnpm esno test/scripts/apidoc/signature.debug.ts` */ +/* Run with `pnpm tsx test/scripts/apidoc/signature.debug.ts` */ const methods = loadExampleMethods(); |
