UNPKG

@hel-demo/mono-libs

Version:
6 lines (4 loc) 112 B
import { hello } from '@ml/utils'; test('hello', () => { expect(hello().includes('hello')).toBeTruthy(); });