chore: 🔧 add placeholder test for ci/cd

This commit is contained in:
Guz013
2023-11-27 16:02:58 -03:00
parent 01b85a77eb
commit 99ffd46270
3 changed files with 12 additions and 1 deletions

6
test/placeholder.test.js Normal file
View File

@@ -0,0 +1,6 @@
import { expect, test } from 'vitest';
test('placeholder', () => {
expect(1).toBe(1);
});