This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LoredMarkdown/test/placeholder.test.js
2023-11-27 16:02:58 -03:00

7 lines
93 B
JavaScript

import { expect, test } from 'vitest';
test('placeholder', () => {
expect(1).toBe(1);
});