Skip to content

Commit

Permalink
Documentation: Fix path in for template README.md for jest customizat…
Browse files Browse the repository at this point in the history
…ions (#218)
  • Loading branch information
briangann authored Apr 2, 2023
1 parent 3f3864d commit 7d9b188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-plugin/templates/common/.config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ A common issue found with the current jest config involves importing an npm pack

```javascript
process.env.TZ = 'UTC';
const { grafanaESModules, nodeModulesToTransform } = require('./jest/utils');
const { grafanaESModules, nodeModulesToTransform } = require('./config/jest/utils');

module.exports = {
// Jest configuration provided by Grafana
Expand Down Expand Up @@ -161,4 +161,4 @@ services:
In this example we are assigning the environment variable `GRAFANA_IMAGE` to the build arg `grafana_image` with a default value of `grafana`. This will give you the possibility to set the value while running the docker-compose commands which might be convinent in some scenarios.

---
---

0 comments on commit 7d9b188

Please sign in to comment.