mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-23 12:11:51 +00:00
update prettier config and run on all files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {expect, describe, it} from '@jest/globals';
|
||||
import {loadFile} from './load_data';
|
||||
import {readFileSync} from 'fs';
|
||||
import {describe, expect, it} from '@jest/globals';
|
||||
import {Blob} from 'buffer';
|
||||
import {readFileSync} from 'fs';
|
||||
import {loadFile} from './load_data';
|
||||
|
||||
describe('loadFile', () => {
|
||||
global.URL.createObjectURL = jest.fn();
|
||||
|
||||
Reference in New Issue
Block a user