JamieMagee/hashflags-node

View on GitHub
__tests__/index-spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
import * as index from '../src/index';

test('Should have Hashflags available', () => {
  expect(index.Hashflags).toBeTruthy();
});