mirror of
https://github.com/dkershner6/post-api-call-action.git
synced 2024-11-15 16:43:52 +08:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import { Hello } from '../src';
|
|
|
|
test('hello', () => {
|
|
expect(new Hello().sayHello()).toBe('hello, world!');
|
|
}); |