UNPKG
react-nvd3-roadcert-edition
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
React nvd3 reusable graph components.
github.com/Roadcert/react-nvd3
Roadcert/react-nvd3
react-nvd3-roadcert-edition
/
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
}); });