f89b6bd5900ab64d20709b52481bb78b13206993
[ustaxlib.git] / index.test.ts
1 import helloWorld from './index';
2
3 test('hello world', () => {
4 expect(helloWorld()).toBe('Hello World');
5 });