Files
onspring-api-docs/tests/unit/Markdoc.spec.ts
T

6 lines
92 B
TypeScript
Raw Normal View History

2023-04-07 23:18:45 -05:00
describe('test', () => {
it('should pass', () => {
expect(true).toBe(true);
});
});