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
lilbetter.js/test/placeholder.test.js
Gustavo "Guz" L. de Mello 5626da8b78 chore: 🔧 fix github actions on lint
(I hate javascript ecosystem and workflow so much)
2024-01-18 00:50:34 -03:00

8 lines
145 B
JavaScript

// eslint-disable-next-line n/no-unpublished-import
import { expect, test } from 'vitest';
test('placeholder', () => {
expect(1).toBe(1);
});