Tabellepflege abgeschlossen, Entwicklung eingebunden, Basiswerte und CSS-Fixes
This commit is contained in:
11
www/lib/angular-chart.js/test/support/setup.js
Normal file
11
www/lib/angular-chart.js/test/support/setup.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/*jshint node:true*/
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
var chai = require('chai');
|
||||
global.chai = chai;
|
||||
global.should = chai.should();
|
||||
global.expect = chai.expect;
|
||||
global.assert = chai.assert;
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user