This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2022-07-19 18:07:59 -04:00
|
|
|
import {expect, test} from 'vitest';
|
|
|
|
|
|
|
|
|
|
test('versions', async () => {
|
2022-07-23 17:44:40 -04:00
|
|
|
expect(true).toBe(true);
|
|
|
|
|
});
|