UNPKG

react-categorized-tag-input

Version:

React.js component for making tag autocompletion inputs with categorized results.

12 lines (8 loc) 273 B
import expect from 'expect'; import React from 'react'; import TestUtils from 'react-addons-test-utils'; import jsdomReact from './jsdomReact'; import CategorizedTagInput from '../src/CategorizedTagInput.jsx'; describe('CategorizedTagInput', () => { jsdomReact(); });