You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ yarn test:watch
75
75
1. Run `yarn remove jest ts-jest @types/jest`
76
76
2. Remove the `test` directory and `jest.config.js`
77
77
3. Change the `test` script in `package.json` to execute `yarn tsc:check` instead.
78
-
4. Remove the ``test:watch` script in `package.json`
78
+
4. Remove the `test:watch` script in `package.json`
79
79
80
80
## Environment variables
81
81
You can create a `.env` file in the root of the directory. The variables will be automatically available in development when using `yarn dev`. This uses the `dotenv` package under the hood by running `node -r dotenv/config` (see `nodemon.json`).
0 commit comments