···11-import { expect, it } from 'bun:test';
11+import { expect, it } from 'vitest';
22import * as fc from 'fast-check';
3344import { tokenize, type Token } from './index.js';
···11-import { describe, expect, it } from 'bun:test';
11+import { describe, expect, it } from 'vitest';
2233import { didDocument } from './typedefs.js';
44
+1-1
packages/identity/identity/lib/utils.test.ts
···11-import { describe, it, expect } from 'bun:test';
11+import { describe, expect, it } from 'vitest';
2233import { didDocument } from './typedefs.js';
44import {
···11-import { expect, it, describe } from 'bun:test';
11+import { describe, expect, it } from 'vitest';
2233import * as CID from '@atcute/cid';
44import { fromBase64, toBase16 } from '@atcute/multibase';