UNPKG
react-nvd3
Version:
latest (0.5.7)
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.1
React nvd3 reusable graph components.
github.com/NuCivic/react-nvd3
NuCivic/react-nvd3
react-nvd3
/
test
/
common.js
7 lines
(6 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
expect = chai.
expect
;
describe
(
"A test suite"
,
function
(
) {
beforeEach
(
function
(
) { });
afterEach
(
function
(
) { });
it
(
'should fail'
,
function
(
) {
expect
(
true
).
to
.
be
.
true
}); });