UNPKG
react-typeahead-sppro
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
React-based typeahead and typeahead-tokenizer
github.com/fmoo/react-typeahead
fmoo/react-typeahead
react-typeahead-sppro
/
test
/
main.js
11 lines
(10 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Phantomjs isn't es5 :(
require
(
'es5-shim'
);
require
(
'./react-typeahead-test'
);
require
(
'./typeahead-test'
);
require
(
'./tokenizer-test'
);
if
(
window
.
mochaPhantomJS
) {
window
.
mochaPhantomJS
.
run
(); }
else
{
window
.
mocha
.
run
(); }