Tabellepflege abgeschlossen, Entwicklung eingebunden, Basiswerte und CSS-Fixes

This commit is contained in:
Hilmer, Carsten
2016-09-13 16:28:58 +02:00
parent 71867b9087
commit fa55d4fee9
94 changed files with 12014 additions and 62 deletions

View 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;
})();