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