Skip to content

Commit

Permalink
Remove prefix dot from localConfig.cjs in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed May 2, 2024
1 parent 04dbf42 commit 651f487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The `implementations` array may contain more than one implementation object, to
test multiple implementations in one run.

```js
// .localConfig.cjs defining local implementations
// localConfig.cjs defining local implementations
// you can specify a BASE_URL before running the tests such as:
// BASE_URL=http://localhost:40443/zDdfsdfs npm test
const baseUrl = process.env.BASE_URL || 'https://localhost:40443/id';
Expand Down

0 comments on commit 651f487

Please sign in to comment.