first commit
This commit is contained in:
15
libraries/framework/vendor/plugins/c3charts/spec/c3-spec.js
vendored
Normal file
15
libraries/framework/vendor/plugins/c3charts/spec/c3-spec.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
var describe = window.describe,
|
||||
expect = window.expect,
|
||||
it = window.it;
|
||||
|
||||
describe('c3', function () {
|
||||
'use strict';
|
||||
|
||||
var c3 = window.c3;
|
||||
|
||||
it('exists', function () {
|
||||
expect(c3).not.toBeNull();
|
||||
expect(typeof c3).toBe('object');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user