mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
example test to resolve CI fail
This commit is contained in:
5
backend/tests/example.test.ts
Normal file
5
backend/tests/example.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { it, expect } from '@jest/globals';
|
||||
|
||||
it('should return true', () => {
|
||||
expect(true).toBeTruthy();
|
||||
});
|
||||
Reference in New Issue
Block a user