Skip to content

Commit

Permalink
update package.json (#35)
Browse files Browse the repository at this point in the history
* update package.json

* fix: update jest-setup.js
  • Loading branch information
Loori-R authored Jun 26, 2024
1 parent b785268 commit 179a802
Show file tree
Hide file tree
Showing 5 changed files with 3,489 additions and 24,995 deletions.
4 changes: 4 additions & 0 deletions jest-setup.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Jest setup provided by Grafana scaffolding
import './.config/jest-setup';

import { TextEncoder, TextDecoder } from 'util';

Object.assign(global, { TextDecoder, TextEncoder });
Loading

0 comments on commit 179a802

Please sign in to comment.