react-native-hooks/interaction-manager

View on GitHub
_tests_/index.test.js

Summary

Maintainability
A
0 mins
Test Coverage
import useInteractionManager from '../src';

describe('Test Interaction Manager function', () => {
  it('should be a function', () => {
    expect(typeof useInteractionManager).toBe('function');
  });
});