mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
N°5621 Move C3 0.4.11 to NPM
This commit is contained in:
10
node_modules/c3/spec/c3-spec.js
generated
vendored
Normal file
10
node_modules/c3/spec/c3-spec.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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