fix: build issues

This commit is contained in:
Daniel Lautzenheiser
2022-12-22 12:11:42 -05:00
parent 5a3f101a4b
commit f2c9f42364
6 changed files with 2493 additions and 25 deletions

View File

@ -14,3 +14,5 @@ if (typeof window === 'undefined') {
}
global.URL.createObjectURL = jest.fn();
jest.mock('../src/formats/util/j-toml.min');