We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f93f27 commit 99e0ffdCopy full SHA for 99e0ffd
README.md
@@ -358,3 +358,24 @@ Option | Type | Description
358
`detail` | `string` | `object | The error return from the API. Either a `string` or and `object` depending on the response.
359
`status` | `number` | HTTP status code of the response.
360
`statusText` | `string` | Status text for the response.
361
+
362
363
+## Development
364
365
+Run tests
366
367
+```sh
368
+yarn test
369
+```
370
371
+Lint
372
373
374
+yarn lint
375
376
377
+Build
378
379
380
+yarn build
381
0 commit comments