Skip to content

Commit

Permalink
Add missing dev dependency to dotenv
Browse files Browse the repository at this point in the history
in order to run jest tests.

Signed-off-by: Zoltan Magyari <[email protected]>
  • Loading branch information
Zoltan Magyari committed Sep 27, 2024
1 parent 1f3823b commit 9fd6319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { TextEncoder, TextDecoder } = require('util');
require('dotenv').config();

global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"@types/jest": "^29.5.13",
"@types/n3": "^1.16.4",
"customize-cra": "^1.0.0",
"dotenv": "^16.4.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.29.4",
"jest": "^29.6.2",
Expand Down

0 comments on commit 9fd6319

Please sign in to comment.