import { GBUtil} from './util'; import { expect, test } from 'vitest' test('Default', () => { expect(null).toBe(null); });