solid-logic 1.3.17-615b75c1 → 1.3.17-64c8b7a5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,5 @@
1
1
  import { error, log, trace, warn } from '../../src/util/debug'
2
2
  import fetchMock from "jest-fetch-mock";
3
- import { TextEncoder, TextDecoder } from 'util'
4
- global.TextEncoder = TextEncoder
5
- global.TextDecoder = TextDecoder
6
3
 
7
4
  fetchMock.enableMocks();
8
5
  // We don't want to output debug messages to console as part of the tests