example test to resolve CI fail

This commit is contained in:
Aashish-Upadhyay-101
2023-03-18 12:27:06 +05:45
parent 87c99df13d
commit 9e8e538647

View File

@@ -0,0 +1,5 @@
import { it, expect } from '@jest/globals';
it('should return true', () => {
expect(true).toBeTruthy();
});